f2py2.6
Numerical Python adds a fast array facility to the Python language
Install
- All systems
-
curl cmd.cat/f2py2.6.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 updatesudo apt-get install python-numpy - Raspbian
-
apt-get install python-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.