NumPy

NumPy#

The NumPy library provides a class for n-dimensional arrays of data and functions that can operate on entire arrays. This allows us to gain speed in python by avoiding writing out explicit loops.