Python is an interpreted, high-level, general-purpose programming language. Created by Guido van Rossum and first released in 1991.
In this page, we write some tutorials and examples on how to use python to programming, you can build some excellent applications by following our tutorials and examples.
Python zip() function can pack a list of sequence to a python list. However, how about zip(*) in python? In this tutorial, we will use some examples to show you how to use it.
In python, we can use vocoder to convert mel-spectrogram to WAV audio, for example: wavenet, wavernn, fftnet or griffin-lim et al. In this tutorial, we will introduce how to use griffin-lim to convert in python.
F0 is also called fundamental frequency, it can be used to distinguish the emotion of different persons. In this tutorial, we will introduce you how to extract it.
When we are using python librosa, we may get this error: AttributeError: module ‘librosa’ has no attribute ‘display’. In this tutorial, we will introduce you how to fix this error.
In this tutorial, we will introduce how to avoid tornado to output a garbled text in http response. It is very useful when you are test a web server api using postman.