Download the setup files Run the Executable Windows installer Add Python to PATH environmental variables.

To install Python, we need to download the official Python executable installer from the official site. 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. Also Read- Best Free Python Courses Online For Beginners

Steps to Install Python on Windows 10

We can choose the version of Python we wish to install. It is recommended to install the latest Python version, which is 3.8.2 when writing this article.

Steps to Install Python on Windows 101.) Download the Python Installer Binaries2.) Run the Executable Installer3.) Add Python to Environmental Variables4.) Verify the Python InstallationFrom Editor’s Desk

1.) Download the Python Installer Binaries

NOTE: Python 3 series will not work on WindowsXP running systems

2.) Run the Executable Installer

Once the installer has been downloaded, run the Python installer.

Check the Install launcher for all user’s checkboxes. Further, we can also check the Add Python 3.8.2 to path checkbox to include the interpreter in the execution path, and you can tick add python path, so you don’t need to do it manually. If you want to do it manually, you can check out step number 3 for reference. Select Customize installation.

Choose the optional features just by checking the following checkboxes:

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. This takes us to Advanced Options available while installing Python. Here, select the Install for all users and Add Python to environment variables checkboxes. Optionally, we can select the Associate files with Python, Create shortcuts for installed applications and other advanced options. Make a 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.

Once the installation is over, windows will show a Python Setup Successful window.

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 we have tick marked the option of Add to Path, then this step is not to be followed; 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)\Python39: for 32-bit installation C:\Program Files\Python39: for 64-bit installation

P.S.- If you do not see the python folder in program files so, navigate to this below location The folder name may be different from “Python39” if the installation is done with a different version. Look for a folder whose name starts with Python. Add the following entries to the PATH variable, as shown below:

4.) Verify the Python Installation

We have now successfully installed Python 3.7.3 on Windows 10. We can verify if the Python installation is successful or not through the command line or the IDLE app installed along with the installation. Search for the command prompt, open it, and type “python” when the command prompt opens. Users can see that Python 3.8.2 is successfully installed.

An alternate way to reach python is to search for “Python” in the start menu and clicking on IDLE (Python.exe).

From Editor’s Desk

We can start coding in Python using the Integrated Development and Learning Environment (IDE). Coding can be done at both places, either from CMD or IDLE. So, now we are ready for coding and making programs on python in our Windows 10 system. Enjoy! Also Read- Best A-Z Python Cheat Sheet 2020 (Basic to Advance)

How to Install Python on Windows 10   TechDator - 67How to Install Python on Windows 10   TechDator - 20How to Install Python on Windows 10   TechDator - 85How to Install Python on Windows 10   TechDator - 81How to Install Python on Windows 10   TechDator - 36How to Install Python on Windows 10   TechDator - 96How to Install Python on Windows 10   TechDator - 93How to Install Python on Windows 10   TechDator - 40