SciPy User Guide — SciPy v1.16.0 Manual (original) (raw)

SciPy is a collection of mathematical algorithms and convenience functions built on NumPy . It adds significant power to Python by providing the user with high-level commands and classes for manipulating and visualizing data.

Subpackages and User Guides#

SciPy is organized into subpackages covering different scientific computing domains. These are summarized in the following table, with their user guide linked in the Description and User Guide column (if available):

There are also additional user guides for these topics:

For guidance on organizing and importing functions from SciPy subpackages, refer to the Guidelines for Importing Functions from SciPy.

For information on support for parallel execution and thread safety, seeParallel execution support in SciPy and Thread Safety in SciPy.