August 2018
Intermediate to advanced
344 pages
9h 20m
English
The Linux Ubuntu system will come with a version of Python. I am going to assume that you are familiar with Python, as we will be using it throughout the book. If you need help with Python, Packt Publishing has several fine books on the subject.
Once you log on to your Virtual Machine, check which version of Python you have by opening up a terminal window and typing python at the command prompt. You should see the Python version as follows:
Python 2.7.12 (default, Dec 4 2017, 14:50:18)[GCC 5.4.0 20160609] on linux2Type "help", "copyright", "credits" or "license" for more information.>>>
You can see that I have version 2.7.12.
We are going to need several add-on libraries that augment Python and extend its capability. ...
Read now
Unlock full access