This is an official center for all documentation to NumPy and SciPy. Those are two independent packages, but from historical reasons, the documentation for both of them is on this page. Unfortunately, there is still a lot of outdated documentation to predecessors (or older versions of NumPy) floating on the internet, however this site is the only official documentation. If you are confused about the predecessors of NumPy, read a History of SciPy -- a summary of the events that led to SciPy and NumPy.

The NumPy/SciPy Summer Documentation Marathon 2008 is in progress! See (and help write) the improved docstrings.

NumPy

NumPy is a standalone package that provides array manipulation tools for python. In the future, the NumPy is going to have a homepage at numpy.org. In the meantime, you can find all the documentation here.

Scipy

The SciPy library is built to work with NumPy arrays, and provides many user-friendly and efficient numerical routines such as routines for numerical integration or optimization.

Other

Other (mostly unofficial) documentation to NumPy and SciPy.

Documentation (last edited 2008-06-12 12:28:06 by StefanVanDerWalt)