This is an archival dump of old wiki content --- see scipy.org for current material

NumPy - N-dimensional Array manipulations

The fundamental library needed for scientific computing with Python is called NumPy. This Open Source library contains:

and it even contains 3 libraries with numerical routines:

NumPy can be extended with C-code for functions where performance is highly time critical. In addition, tools are provided for integrating existing Fortran code. NumPy is a hybrid of the older NumArray and Numeric packages, and is meant to replace them both. More background information about the relation between these different multi-dimensional array packages can be found in History_of_SciPy.

For more information, see the NumPy page.

SciPy - Scientific tools for Python

SciPy is an Open Source library of scientific tools for Python. It depends on the NumPy library, and it gathers a variety of high level science and engineering modules together as a single package. SciPy provides modules for

and more.

SciPy is developed concurrently on both Linux and Windows. It should also compile and run successfully on Mac, Solaris, FreeBSD, and most other platforms where Python is available.

SciPy is a community project sponsored and supported by Enthought, inc.

SciPy: more_about_SciPy (last edited 2015-10-24 17:48:26 by anonymous)