Install Python language in Just 5 Simple Steps on Windows | CoderGuy

Hello everyone, welcome to CoderGuy (A free platform to learn different programming languages) I am Sadanand, here I will teach you the Python programming language in the form of small articles to make it very easy and simple for you to understand and practice, in today's post I am going to install python language on windows operating system.
After completing this article you'll be able to:

  • Install python language
  • Test whether it is successfully installed or got some technical error
Installation of python language
Installation of python language | CoderGuy

How to install python on windows operating system    

Step 1: Visit python official website https://www.python.org/

Step 2: Click downloads and select the latest one (at the time of writing it is 3.8.2)
This website automatically detects your operating system and its OS architecture. If in your case it show wrong OS then please select your OS from the downloads list and download it manually.


 Downloading python.exe file for installation
Downloading python.exe file for installation


Step 3: Now save the file at your desired location

Saving python.exe file for installation
Saving python.exe file for installation

Step 4: After completing the download, run that file (to run the file, simply double click over it)

Step 5: Now check both the boxes (shown in the image below) and click install now

Python setup in progress
Python setup in progress

Now wait, while the installation gets over

Successful installation of python 3.8.2
Successful installation of python 3.8.2

Congratulations, you have now successfully installed python language on your lovely machine.
Let’s check if the language is successfully installed or not


Test of successful installation of python

Step 1: Hold your windows key and press R (Win+R)
Opening command prompt using Win+R
Opening command prompt using Win+R

Step 2: Type cmd and hit enter or click OK.
By doing this, the command prompt will open
Open command prompt
Open command prompt

Step 3: Now type python and hit enter
This will run python in interactive mode.
Python running in interactive mode
Python running in interactive mode
Hurray!!! We have successfully tested the installation. It works well as expected.



Share this with your loved ones 💓 and help it grow. 😍
Thanks for reading

Post a Comment

0 Comments