Numpy ("num pie")

A Python library (module) that provides support for arrays and operations on them.

To use numpy, we need to import it. It’s usually imported as np (but doesn’t have to be!)

import numpy as np