SciPy is an open source library created in 2001 by Travis Oliphant and Pearu Peterson and Eric Jones.
#301on PLDB | 23Years Old |
git clone https://github.com/scipy/scipy
SciPy (pronounced "Sigh Pie") is an open source Python library used for scientific computing and technical computing. SciPy contains modules for optimization, linear algebra, integration, interpolation, special functions, FFT, signal and image processing, ODE solvers and other tasks common in science and engineering. SciPy builds on the NumPy array object and is part of the NumPy stack which includes tools like Matplotlib, pandas and SymPy, and an expanding set of scientific computing libraries. Read more on Wikipedia...