Windows OS

How to Install Python on Windows 10/11

Python is a very popular programming language and is used by many big tech companies and projects all over the world. Python programming language is also extensively used for artificial intelligence and machine learning. Because of its popularity, Python don’t really need any introduction.

In this article, we will show you how to install the latest version of Python on Windows 10/11. We will also show you how to download an earlier version of Python on Windows 10/11.

Topic of Contents:

  1. Downloading the Latest Version of Python for Windows 10/11
  2. Downloading the Older Versions of Python for Windows 10/11
  3. Installing Python on Windows 10/11
  4. Accessing Python on Windows 10/11
  5. Conclusion
  6. References

Downloading the Latest Version of Python for Windows 10/11

To download the latest version of Python for Windows 10/11, visit https://www.python.org/downloads/ from your favorite web browser.

Once the page loads, click on the “Download Python” button from the “Download the latest version for Windows” section as marked in the following screenshot.

Your browser should start downloading the Python installer for Windows. It takes a few seconds to complete.

A screenshot of a computer Description automatically generated

The Python installer for Windows should be downloaded at this point.

A screenshot of a computer Description automatically generated with medium confidence

Downloading the Older Versions of Python for Windows 10/11

To download an older version of Python for Windows 10/11, visit https://www.python.org/downloads/ from your favorite web browser.

Once the page loads, scroll down to the “Looking for a specific release?” section as marked in the following screenshot. You will find all the Python versions that are released so far.

A screenshot of a computer Description automatically generated

Find the Python version that you want to download and click on the respective “Download” button.

A screenshot of a computer Description automatically generated

Once the page loads, scroll all the way down to the “Files” section and click on “Windows installer (64-bit)” to download Python for Windows 10/11.

A screenshot of a computer Description automatically generated

Your browser should start downloading the Python installer for Windows. It takes a few seconds to complete.

A screenshot of a computer Description automatically generated

The Python installer for Windows should be downloaded at this point.

A screenshot of a computer Description automatically generated

Installing Python on Windows 10/11

To install Python on Windows 10/11, navigate to the “Downloads” folder where you downloaded the Python installer for Windows.

Double-click (LMB) on the version of the Python installer that you want to install.

A screenshot of a computer Description automatically generated

The Python installer window should be displayed.

To install Python, tick “Add python.exe to PATH” (so that you can access it from the Terminal)[1] and click on “Install Now”[2].

A screen shot of a computer Description automatically generated with medium confidence

Click on “Yes”.

A screenshot of a computer error Description automatically generated with medium confidence

Python is being installed on your computer. It takes a few seconds to complete.

A screen shot of a computer Description automatically generated with medium confidence

Once Python is installed, click on “Disable path length limit”.

A screen shot of a computer Description automatically generated with medium confidence

Click on “Yes”.

A screenshot of a computer error Description automatically generated with medium confidence

Click on “Close”.

A screenshot of a computer Description automatically generated with medium confidence

Accessing Python on Windows 10/11

To check whether you can access Python on Windows 10/11, open a Terminal app and run the following command:

$ python --version

The version number of Python that is installed on your computer should be printed.

A screenshot of a computer Description automatically generated with medium confidence

Also, to check whether you can access Python PIP on Windows 10/11, run the following command:

$ pip --version

The version number of Python PIP that is installed on your computer should be printed.

Conclusion

We showed you how to install the latest version of Python on Windows 10/11. We also showed you how to download an earlier version of Python on Windows 10/11.

References:

https://www.python.org/downloads/

About the author

Shahriar Shovon

Freelancer & Linux System Administrator. Also loves Web API development with Node.js and JavaScript. I was born in Bangladesh. I am currently studying Electronics and Communication Engineering at Khulna University of Engineering & Technology (KUET), one of the demanding public engineering universities of Bangladesh.