How to Install python-scipy in Ubuntu 18.04



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

sudo apt update
sudo apt install python-scipy

Description:

scientific tools for Python

SciPy supplements the popular NumPy module (python-numpy package), gathering a variety of high level science and engineering modules together as a single package. . SciPy is a set of Open Source scientific and numeric tools for Python. It currently supports special functions, integration, ordinary differential equation (ODE) solvers, gradient optimization, genetic algorithms, parallel programming tools, an expression-to-C++ compiler for fast execution, and others.

Homepage: http://www.scipy.org/

Version: 0.19.1-2ubuntu1

Section: universe/python