How to Install python-numpy in Ubuntu 18.04



Install python-numpy by entering the following commands in the terminal:

sudo apt update
sudo apt install python-numpy

Description:

Numerical Python adds a fast array facility to the Python language

Numpy contains a powerful N-dimensional array object, sophisticated (broadcasting) functions, tools for integrating C/C++ and Fortran code, and useful linear algebra, Fourier transform, and random number capabilities. . Numpy replaces the python-numeric and python-numarray modules which are now deprecated and shouldn't be used except to support older software.

Homepage: http://www.numpy.org/

Version: 1:1.13.3-2ubuntu1

Section: python