Download latest version of Python
For downloading Python latest release follow the steps listed below
Step 1. Goto https://www.python.org/downloads/.
Step 2. Click on the latest release version or download button present in the same row, in our case, Python 3.13.0 was available which was the latest release as of 7th October 2024.

Step 3. Click on Windows installer 64 bit (if your system is 64 bit) or click on Windows installer 32 bit (if your system is 32 bit).

For checking the bit version goto Setting>> System>> About here you can find the bit version details.

Step 3. After downloading the executable installer file double click on it to open it for installation. Check both boxes i.e use admin privileges and add python.exe to path and then click on “Install Now“.

Step 4. Wait for the installation to complete.

Step 5. After installation is complete you will get successful message.

Step 6. Click on close and then we need to check whether python is installed or not for that open “cmd” in windows search bar and hit enter. Command prompt is opened. Type “python – -version” and if you get result then it means python is successfully installed. Other way of checking is typing “IDLE” in windows search bar if you get result, open it hurray.. you have successfully installed Python.

