Data Analysis

SciPy – Scientific Computing Tools for Python

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
matplotlibPython 2D plotting library
OpenCVLibrary that includes several hundreds of computer vision algorithms
VIPSFast image processing library with low memory requirements
SciPyScientific Computing Tools for Python
PillowFork of the Python Imaging Library
Pillow-SIMDHighly optimized downstream Pillow fork
scikit-image Collection of algorithms for image processing
ImageMagickUses multiple computational threads to increase performance
GraphicsMagickBilled as the Swiss army knife of image processing.
GEGLGeneric Graphics Library
MahotasLibrary of fast computer vision algorithms
SimpleITKImage analysis toolkit with a large number of components
NetpbmToolkit for manipulation of graphic images
LibGDLibrary for the dynamic creation of images by developers

Read our verdict in the software roundup.

Python Mathematics Tools
scikit-learnMachine learning library for Python
NumPyCore package for scientific computing with Python
SciPyEcosystem for mathematics, science, and engineering.
statsmodelsStatistical modeling and econometrics
SymPyLibrary for symbolic mathematics
SageMathComputer algebra system
patsyPackage for describing statistical models and to build design matrices
mpmathLibrary for arbitrary-precision floating-point arithmetic

Read our verdict in the software roundup.

Python Data Analysis
pandasFundamental high-level building block for doing practical, real world data analysis
NumPyCore package for scientific computing with Python
SciPyEcosystem for mathematics, science, and engineering
PolarsDataFrame interface on top of an OLAP Query Engine
DaskAdvanced parallelism for analytics
OrangeComponent-based framework for machine learning and data mining
ModinDrop-in replacement for pandas
VaexFast visualization of big data
AWS DWExtends the power of pandas library
ytMulti-code Toolkit for Analyzing and Visualizing Volumetric Data
HoloViewsMake Data Analysis and Visualization Seamless
datatableManipulate 2-dimensional tabular data structures
OptimusAgile Data Preparation Workflows

Read our verdict in the software roundup.


Best Free and Open Source Software 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.
Subscribe
Notify of
guest
0 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments