Numpy
Numpy is Python library for numerical computing.
Numpy provides data structure for representing n-dimensional arrays such as vectors and matrices, the foundation for vectorized implementation of numerical computing.
In the course, we demonstrate creation and use of Numpy arrays in numerical computing.