SciPy (pronounced “Sigh Pie”) is a Python-based ecosystem of open-source software for mathematics, science, and engineering.
It also refers to the SciPy library, which is one component of the SciPy stack. This page focuses on the SciPy library.
The SciPy library is one of the core packages that make up the SciPy stack. It provides many user-friendly and efficient numerical routines such as routines for numerical integration and optimization. It’s a collection of numerical algorithms and domain-specific toolboxes, including signal processing, optimization, statistics and much more.
Key Features
- Collection of mathematical algorithms and convenience functions built on the Numpy extension of Python.
- High-level commands and classes for manipulating and visualizing data.
- Wide range of sub-packages:
- cluster – clustering algorithms.
- constraints – physical and mathematical constants.
- fftpack – Fast Fourier Transform routines. Fourier analysis is a method for expressing a function as a sum of periodic components, and for recovering the signal from those components.
- integrate – integration and ordinary differential equation solvers. It provides several integration techniques including an ordinary differential equation integrator.
- interpolate – interpolation and smoothing splines. There are several general interpolation facilities available in 1, 2 , and higher dimensions:
- A class representing an interpolant in 1-D, offering several interpolation methods.
- Convenience function griddata offering a simple interface to interpolation in N dimensions (N = 1, 2, 3, 4, …). Object-oriented interface for the underlying routines is also available.
- Functions for 1- and 2-dimensional cubic-spline interpolation, based on the FORTRAN library FITPACK. There are both procedural and object-oriented interfaces for the FITPACK library.
- Interpolation using Radial Basis Functions.
- io – Input and Output, many modules, classes, and functions available to read data from and write data to a variety of file formats.
- linalg – linear algebra.
- ndimage – N-dimensional image processing.
- odr – orthogonal distance regression.
- optimize – optimization and root-finding routines. It provides several commonly used optimization algorithms:
- Unconstrained and constrained minimization of multivariate scalar functions (minimize) using a variety of algorithms (e.g. BFGS, Nelder-Mead simplex, Newton Conjugate Gradient, COBYLA or SLSQP).
- Global (brute-force) optimization routines (e.g. basinhopping, differential_evolution).
- Least-squares minimization and curve fitting algorithms.
- Scalar univariate functions minimizers and root finders.
- Multivariate equation system solvers using a variety of algorithms (e.g. hybrid Powell, Levenberg-Marquardt or large-scale methods such as Newton-Krylov).
- signal – signal processing – contains some filtering functions, a limited set of filter design tools, and a few B-spline interpolation algorithms for one- and two-dimensional data.
- sparse – sparse matrices and associated routines with ARPACK.
- spatial – spatial data structures and algorithms. Users can compute triangulations, Voronoi diagrams, and convex hulls of a set of points, by leveraging the Qhull library. It also contains KDTree implementations for nearest-neighbour point queries, and utilities for distance computations in various metrics.
- special – special functions. The main feature of the scipy.special package is the definition of numerous special functions of mathematical physics.
- stats – statistical distributions and functions – contains a large number of probability distributions as well as a growing library of statistical functions.
Website: www.scipy.org
Support: Documentation, GitHub (scipy library), Mailing List
Developer: SciPy Developers (SciPy)
License: BSD-new license
SciPy is written in Python. Learn Python with our recommended free books and free tutorials.
Related Software
| Image Processing Libraries | |
|---|---|
| matplotlib | Python 2D plotting library |
| OpenCV | Library that includes several hundreds of computer vision algorithms |
| VIPS | Fast image processing library with low memory requirements |
| SciPy | Scientific Computing Tools for Python |
| Pillow | Fork of the Python Imaging Library |
| Pillow-SIMD | Highly optimized downstream Pillow fork |
| scikit-image | Collection of algorithms for image processing |
| ImageMagick | Uses multiple computational threads to increase performance |
| GraphicsMagick | Billed as the Swiss army knife of image processing. |
| GEGL | Generic Graphics Library |
| Mahotas | Library of fast computer vision algorithms |
| SimpleITK | Image analysis toolkit with a large number of components |
| Netpbm | Toolkit for manipulation of graphic images |
| LibGD | Library for the dynamic creation of images by developers |
Read our verdict in the software roundup.
| Python Mathematics Tools | |
|---|---|
| scikit-learn | Machine learning library for Python |
| NumPy | Core package for scientific computing with Python |
| SciPy | Ecosystem for mathematics, science, and engineering. |
| statsmodels | Statistical modeling and econometrics |
| SymPy | Library for symbolic mathematics |
| SageMath | Computer algebra system |
| patsy | Package for describing statistical models and to build design matrices |
| mpmath | Library for arbitrary-precision floating-point arithmetic |
Read our verdict in the software roundup.
| Python Data Analysis | |
|---|---|
| pandas | Fundamental high-level building block for doing practical, real world data analysis |
| NumPy | Core package for scientific computing with Python |
| SciPy | Ecosystem for mathematics, science, and engineering |
| Polars | DataFrame interface on top of an OLAP Query Engine |
| Dask | Advanced parallelism for analytics |
| Orange | Component-based framework for machine learning and data mining |
| Modin | Drop-in replacement for pandas |
| Vaex | Fast visualization of big data |
| AWS DW | Extends the power of pandas library |
| yt | Multi-code Toolkit for Analyzing and Visualizing Volumetric Data |
| HoloViews | Make Data Analysis and Visualization Seamless |
| datatable | Manipulate 2-dimensional tabular data structures |
| Optimus | Agile Data Preparation Workflows |
Read our verdict in the software roundup.
Explore our comprehensive directory of recommended free and open source software. Our carefully curated collection spans every major software category.This directory is part of our ongoing series of informative articles for Linux enthusiasts. It features hundreds of detailed reviews, along with open source alternatives to proprietary solutions from major corporations such as Google, Microsoft, Apple, Adobe, IBM, Cisco, Oracle, and Autodesk. You’ll also find interesting projects to try, hardware coverage, free programming books and tutorials, and much more. Discovered a useful open source Linux program that we haven’t covered yet? Let us know by completing this form. |

