python-numpy

Numerical Python adds a fast array facility to the Python language
  http://www.numpy.org/
  5
  4 reviews



Numpy contains a powerful N-dimensional array object, sophisticated (broadcasting) functions, tools for integrating C/C++ and Fortran code, and useful linear algebra, Fourier transform, and random number capabilities.

Numpy replaces the python-numeric and python-numarray modules which are now deprecated and shouldn't be used except to support older software.
Latest reviews
3
jahid_0903014 9 years ago

essential

5
stevewood007 10 years ago

Using numpy with scipy and matplotlib in place of Matlab.

5
cooleric1234 12 years ago

Along with scipy will be matlab killer

4
m4daredsun 13 years ago

Numpy is a Python library to handle arrays of data. It provides plenty of functions which can ease/boost your code development process.