May 2018
Intermediate to advanced
380 pages
9h 37m
English
$ python <script_name>.py
$ python2 some_script.py # Use the latest version of Python 2 $ python2.7 ... # Specifically use Python 2.7 $ python3 ... # Use the latest version of Python 3 $ python3.5.2 ... # Specifically use Python 3.5.2