April 2019
Intermediate to advanced
336 pages
8h 22m
English
On Debian Jessie, Raspbian, Ubuntu, Linux Mint, and their derivatives, the python executable is Python 2.7, which comes preinstalled. We can use the system package manager, apt, to install NumPy, SciPy, and Requests from the standard repository. To update the apt package index and install the packages, run the following commands in Terminal:
$ sudo apt-get update$ sudo apt-get install python-numpy python-scipy python-requests
The standard repository's latest packaged version of wxPython varies, depending on ...
Read now
Unlock full access