Topics

Step by Step guide to install python on windows

Python Installation ! 

In This blog we will learn how to install python. Python installation is very easy process and it can be installed on both operating system Linux and Windows. 

1. Python installation on windows

To install python on your machine first thing you need to download the python software in your machine. You can download python from python official site : https://www.python.org/downloads/ .

Step by step guide to install python

Download the latest version of python from above given link and follow the below instruction an important thing is to note here is python version should be greater than 3.7.

 

Run the downloaded setup by double click, Now the installation interface will look like as below. 


You can see here two options Upgrade now and Customize installation , if python is already installed in your system select first option otherwise second option. I am assuming you are installing python first time in your machine , so recommended to select second option. Next screen will look like as below




No need to make any changes here just click next.
  




Select the check mark of Add Python to environment variables.
Select the installation location and then click install button. 








Wait until installation is completed it will take around 4 to 5 minutes. 






Now installation is completed , you can close the installation wizard. 

So you have successfully installed python in your system.