In this chapter you will learn how to install Python 3, the latest version of the language.
Download the latest Windows(TM) installer from the Python site, x86_64. Install it just as any other Windows software.
Install the latest Python from the distribution's repository.
For Fedora 23 and above Python3 is in the system by default.
For Debian/Ubuntu
[user@host]$ sudo apt-get install python3-all python3-venv python3-pip