Skip to content

Latest commit

 

History

History

scipy

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Scipy

What it is good for?

Scipy is a Python library for numerical analyses like fitting functions, signal processing, Fourier Transform, generating random datasets and many more. Scipy uses numpy and matplotlib.

Installed with Python by default

no

Installed with Anaconda

yes

How to install it?

:::text
pip install scipy

Where to learn more?

http://scipy.org/

Also see a notebook for recognizing peaks :::file peak_recognition.ipynb .

Example: fitting a curve