December 2018
Intermediate to advanced
318 pages
8h 28m
English
Once you have made a decision to install Python 2 or Python 3, you can download the latest version from the Python website at the following URL:
https://www.python.org/download/releases/
On running the downloaded file, Python is installed in the following directory unless explicitly mentioned:
C:\Python2.xC:\Python3.x
/usr/bin/python
/usr/bin/python
To check the version of Python installed, you can run the following code:
import sysprint ("Python version:{}",format(sys.version))
Read now
Unlock full access