SciPy - AshokBhat/notes GitHub Wiki

About

  • Pronounced "Sigh Pie"
  • Free and open-source Python library for scientific computing and technical computing
  • BSD license

Modules

  • Optimization
  • Linear algebra
  • Integration, interpolation, special functions
  • FFT, signal and image processing
  • ODE solvers
  • Other tasks common in science and engineering.

Relation to NumPy

  • Builds on the NumPy array object
  • Part of the NumPy stack
  • Stack includes tools like Matplotlib, pandas and SymPy, and more
  • Alternative to MATLAB, GNU Octave, and Scilab.

Community

  • Open community of developers

See also

  • [NumPy]] ](/AshokBhat/notes/wiki/[[Pandas)