f2py3.7-dbg
Fast array facility to the Python 3 language (debug extension)
Install
- All systems
-
curl cmd.cat/f2py3.7-dbg.sh
- Debian
-
apt-get install python3-numpy-dbg
- Ubuntu
-
apt-get install python3-numpy-dbg
- Kali Linux
-
apt-get install python3-numpy-dbg
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install python3-numpy-dbg
- Raspbian
-
apt-get install python3-numpy-dbg
- Dockerfile
- dockerfile.run/f2py3.7-dbg
python3-numpy-dbg
Fast array facility to the Python 3 language (debug extension)
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. This package contains the extension built for the Python 3 debug interpreter.