Search icon
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
IPython Notebook Essentials

You're reading from  IPython Notebook Essentials

Product type Book
Published in Nov 2014
Publisher
ISBN-13 9781783988341
Pages 190 pages
Edition 1st Edition
Languages
Author (1):
Luiz Felipe Martins Luiz Felipe Martins
Profile icon Luiz Felipe Martins

Overview of SciPy


SciPy is an extensive library for applied mathematics and scientific computation. The following is the complete list of all the modules available in the library:

Module

Functionality

cluster

Clustering algorithms

constants

Physical and mathematical constants

fftpack

Fast Fourier Transform

integrate

Integration and ordinary differential equations

interpolate

Interpolation and splines

io

Input and output

linalg

Linear algebra

ndimage

Image processing

odr

Orthogonal distance regression

optimize

Optimization and root-finding

signal

Signal processing

sparse

Sparse matrices

spatial

Spatial data structures

special

Special functions

stats

Statistical distributions

weave

C/C++ integration

The standard way to import SciPy modules in scripts is using the following command line:

from scipy import signal

Then, individual functions can be called with the usual module reference syntax, as follows:

signal.correlate(…)...
lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $15.99/month. Cancel anytime}