How to Install Python on Windows?
How to install python on windows 10?
In this tutorial, I am going to show you how you can, download and install python on windows 10. I hope this will help you to boost your python knowledge. If you want to learn from my blog website, visit the home page of this website.
Install Python on windows/Download the Python Installer
- Open the official Python website in your web browser. Navigate to the Downloads tab for Windows. Hover on Downloads link and select Windows, if your OS is Windows. This will bring as follows.

2. Choose the latest Python 3 release. In our example, we choose the latest Python 3.7.3 version.

3. 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.
Install Python on windows/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.7 to path check box to include the interpreter in the execution path.

3. Select Customize installation. Choose the optional features by checking the following check boxes:
- Documentation
- pip
- tcl/tk and IDLE (to install tkinter and IDLE)
- 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 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 Python, Create 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 installation.

Once the installation is over, you will see a Python Setup Successful window.

Add Python to environmental variables
Adding Python Path to System Environment variables is the last optional step of the installation process. To access Python through the command line, this step is taken. This step may be avoided if you have added Python to environment variables while configuring Advanced options during the installation process. In case you’ve got included Python to environment variables while setting the Progressed alternatives amid the establishment method, you’ll be able avoid this step. Else, this step is done physically as follows. Within the Begin menu, hunt for “advanced framework settings”. Select “View progressed framework settings”. Within the “System Properties” window, tap on the “Advanced” tab and after that press on the “Environment Variables” button. Find the Python establishment registry on your framework. In case you taken after the steps precisely as over, python will be introduced in underneath areas.
- C:\Program Files (x86)\Python37-32: for 32-bit installation
- C:\Program Files\Python37-32: for 64-bit installation
The folder name may be different from “Python37-32” if you installed a different version. Look for a folder whose name starts with Python. Append the following entries to PATH variable as shown below:

Verify the Python Installation
The Python 3.7.3 installation for Windows 10 has been successfully performed. Either by using the command line or by installing the IDLE app with the Python installation, you can verify that the Python installation is successful. You can search for the command prompt and type=”python”. You will see that Python 3.7.3 is up and running successfully.

Another method to access Python involves searching for “Python” in the start menu and selecting IDLE (Python 3.7 64-bit). From there, you can begin programming in Python using the Integrated Development Environment (IDLE).

You can visit this website for more information.
Thank you for reading my tutorial. Fore more information about our service visit info.ethioptec.com