How to Install Python in Windows 10?


 How to Install Python in Windows 10?

We all should learn programming. These day no matter if you are going to book a flight ticket or order pizza, we are using internet for sure. Lot of things has been changed in past few years. No need to be in log queue for hours. Few years back I stand on the queue for hours to make reservation in railways, now it's matter of few clicks. 


Programming world is like a magic world for people who don't know it. It helps us to think in a logically. Let's begin the journey of programming world with python. You may ask "Why Python?" because python is easiest programming language with powerful capabilities. Most interesting part is that you will write your code like you are instructing some other person. 

First we are going to install python 3 in our windows 10 machine. 

Step 1. Open https://www.python.org/  which is python's official website.

Step 2. Click on Downloads

Step 3. You will get a link to download python latest version "Download Python 3.9.6". Click on that link. 

Step 4. Once python installer has been downloaded to your machine then double click on it. 

Step 5. Tick "Add Python 3.9 to PATH". This will add python installment to system's PATH. Which will help us to open python from any location in command prompt. In case you forgot to tick this then you can added python installment path manually to system. 

Step 6. Now there will be 2 options to install python. 

Step 6a. First one, "Install Now " option includes IDLE, pip and documentation which is sufficient for beginner to learn python. 

Step 6b. Second option, "Customize installation" which allow us to select or deselect pip, documentation, IDLE, Python test suite etc. Once you have selected required item then click on next. There you will get some more options along with that you can change python installation folder location. Finally click on Install for customize installation. 

Step 7. You will get python success installation message window. Just close that window. 

Step 8. Now in order to verify if python has been installed successfully, open cmd by pressing window + R then type cmd and enter. 

Step 9. Type python --version. You will get python version installed on your machine. 


You can watch below python installation YouTube where we have given some python fun examples at last. 

 

Comments

Popular posts from this blog

Reading QR code in Python

Git Command

\r issue in shell script