Skip to content

Table of content


Tools \ NumPy

NumPy
Tool's logo

NumPy is the fundamental package for scientific computing with Python, enabling efficient manipulation of nd array.

Source code

Maturity : 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

Resources

Tutorials