Numerical Python for Mac (NumPy) is a package for scientific computing with Python.It adds a fast and sophisticated array facility to the Python language. NumPy is the most recent and most actively supported package. .
Numerical Python for Mac contains:
- A powerful N-dimensional array object.
- Sophisticated (broadcasting) functions.
- Tools for integrating C/C++ and Fortran code.
- Useful linear algebra, Fourier transform, and random number capabilities.
Numerical Python for Mac can also be used as an efficient multi-dimensional container of generic data. Arbitrary data-types can be defined; this allows NumPy to seamlessly and speedily integrate with a wide variety of databases.