How to Install Python on Windows 10

Oct. 17, 2022


0
4 min read
375

Installing and using Python on Windows 10 is very simple. The installation procedure involves just three steps:

  • Download the binaries
  • Run the Executable installer
  • Add Python to PATH environmental variables

To install Python, you need to download the official Python executable installer. Next, you need to run this installer and complete the installation steps. Finally, you can configure the PATH variable to use python from the command line. You can choose the version of Python you wish to install. It is recommended to install the latest version of Python, which is 3.10.8 at the time of writing this article.

Step 1: Download the Python Installer binaries

  • Open the official Python website in your web browser. Navigate to the Downloads tab for Windows.
  • Choose the latest Python 3 release. In our example, we choose the latest Python 3.10.8 version.
  • Click on the link to download Windows x86 executable installer if you are using a 32-bit installer. In case your Windows installation is a 64-bit system, then download Windows x86-64 executable installer.

Step 2: Run the Executable Installer

  • Once the installer is downloaded, run the Python installer.

  • Check the Install launcher for all users check box. Further, you may check the Add Python 3.10 to path check box to include the interpreter in the execution path.

  • Select Customize installation. Choose the optional features by checking the following check boxes:

  • Documentation

  • pip

  • tcl/tk and IDLE (to install Tkinter and IDLE)

  • The python test suite (to install the standard library test suite of Python)

  • Install the global launcher for `.py` files. This makes it easier to start Python

  • Install for all users.

  • Click Next.8. This takes you to Advanced Options available while installing Python. Here, select the Install for all users and Add Python to environment variables check boxes. Optionally, you can select the Associate files with PythonCreate shortcuts for installed applications and other advanced options. Make note of the python installation directory displayed in this step. You would need it for the next step. After selecting the Advanced options, click Install to start the installation.
  • 10. Once the installation is over, you will see a Python Setup Successful window.

Step 3: Add Python to environmental variables

The last (optional) step in the installation process is to add Python Path to the System Environment variables. This step is done to access Python through the command line. In case you have added Python to environment variables while setting the Advanced options during the installation procedure, you can avoid this step. Else, this step is done manually as follows. In the Start menu, search for “advanced system settings”. Select “View advanced system settings”. In the “System Properties” window, click on the “Advanced” tab and then click on the “Environment Variables” button. Locate the Python installation directory on your system. If you followed the steps exactly as above, python will be installed in the below locations:

  • C:\Program Files (x86)\Python310-32: for 32-bit installation
  • C:\Program Files\Python310-32: for 64-bit installation

Step 4: Verify the Python Installation

You have now successfully installed Python 3.10.8 on Windows 10. You can verify if the Python installation is successful either through the command line or through the IDLE app that gets installed along with the installation. Search for the command prompt and type “python”. You can see that Python 3.10.8 is successfully installed.

An alternate way to reach python is to search for “Python” in the start menu and click on IDLE (Python 3.10 64-bit). You can start coding in Python using the Integrated Development Environment(IDLE).

Hurray! You are ready to start developing Python applications in your Windows 10 system.

Note: Sorry I could not provide you the screenshot I do not have the window PC

Windows Python Install Appreciate you stopping by my post! 😊

Add a comment


Note: If you use these tags, write your text inside the HTML tag.
Login Required
Author's profile
Profile Image

Abdulla Fajal

Django Developer

With 'espere.in' under my care, I, Abdulla Fajal, graciously invite your insights and suggestions, as we endeavour to craft an exquisite online experience together.