Skip to content

Install Latest Python

Install Latest Python in Windows

To install latest python in windows, first go to this link https://www.python.org/downloads/ and click on the “Download Python 3.9.6” box. 3.9.6 is the latest version of Python.

Then you have to run the downloaded file. In the pop-up that will appear after running the downloaded file , you have to select the “Add Python 3.9 to PATH” option and click on “Install Now”.

Then you have to click “Next” in the upcoming pop-up by keeping all the option default . In the last pop-up you have to click “Install” to install the python 3. In the pop-up that will open after installation, click on the Close option to close the pop-up.

After installation we need to check if python has been successfully installed or not. To check it, open windows poweshell (to open powershell, press shift + enter and click on “Open PowerShell window here”) and type python and press enter. If you see some details including python version in the output, then you will know that python has been successfully installed.

Thank you for reading this Article . If You enjoy it Please Share the article . If you want to say something Please Comment .

Leave a Reply