Skip to content

Table of content


NumPy

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

Source code


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