This article describes how to install Python on your machine depending on the Operating System you're using.

Goto the Python download page: https://www.python.org/downloads/ and download the Python Installer for your Operating System.

Windows

Run the Python Installer from the Downloads folder by double clicking it.

On the first screen of the Installer first check the Add python.exe to PATH checkbox and the click on Install Now.

Now the Installer is installing all the required files and displays a success confirmation dialog which you confirm with Close.

Now you may open the Windows Command Line and enter the following command in order to see if Python has been installed correctly. It will show the installed version of Python.

python --version
Python 3.12.1

Congratulation! You have now installed Python successfully.