NumPy

Numpy is a fast Python library that allows users to work with n-dimensional matrices as Python objects. These objects are often used in data science projects, in which machine learning models require tensors or matrices as input data.

Website