Install Python#
Official page: https://python.org
You may also be interested in pip (Package Installer for Python).
Install Python 3 (Windows)#
Best to download and launch the Installer from the official page: https://python.org > Downloads > Download for Windows
During installation, activate the Add Python 3.xx to PATH option (where .xx refers the version you downloaded), and then Install Now.
Install Python 3 (Ubuntu 20.04)#
sudo apt install python-is-python3
sudo apt install python3
Install Python 3 (Ubuntu 18.04)#
sudo apt install python3