Tools \ NumPy
NumPy is the fundamental package for scientific computing with Python, enabling efficient manipulation of nd array.
Source codeMaturity : Maintained | Categories : Python Stack, Features Extraction | License : | Producer : Numpy Developers
Overview
NumPy is the fundamental package for scientific computing with Python. It provides:
- 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