Learn practical skills, build real-world projects, and advance your career

NumPy

Numpy, Numerical Python, is a powerful and supercharged library in python for handling multidimensional array objects. It offers tools for working with these arrays. Numpy can perform mathematical as well as logical operation on arrays, shape manipulation using fourier transforms and routines and it also has built in functions for random number generation and linear algebra.

Installing NumPy

Python distribution doesn't come with NumPy package. The best way to install numpy is to use pip command,

pip install numpy