dh_numpy
Numerical Python adds a fast array facility to the Python language
Install
- All systems
-
curl cmd.cat/dh_numpy.sh
- Debian
-
apt-get install python-numpy
- Ubuntu
-
apt-get install python-numpy
- Arch Linux
-
pacman -S python-numpy
- Kali Linux
-
apt-get install python-numpy
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install python-numpy
- Raspbian
-
apt-get install python-numpy
- Dockerfile
- dockerfile.run/dh_numpy
python-numpy
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.