Recent in Sports

How to Download and Install Python? Best Programming series in 2019 - Part 3



Have you ever read our previous post on python?. If not, then you have to read and learn python intro before continuing to this. 

I already cover some basic introduction and uses of python programming language.


In this post, you will learn about the download and installation of Python.

So Let’s began.

How to download Python IDE?

Please follow some basic steps to download python in your computer

  • Open Google and type python in search engine

  • You will find the following screen. on this screen, you have to click on,



  • After clicking on that link you have to see another screen.


  • In that, you have to click to the Downloads button and select your Operating System Type. 

  • In my case, I have windows operating system. So I select Windows.




  • After clicking on windows you will find lots of options related to python releases and some documentation. 


  • You just check the latest version of python. 




  •  Click to software setup which you have downloaded.


  • Click to Install Now button in the software installation screen.



  • Installation Process is in progress now, you have to wait for a 2 or 3 minutes



  • Python was successfully installed on your computer like this.



  • After the installation, you have to check whether it works properly or not. 


  • So we have to check its functionality in two different ways like this.


  • First, we have to check a program with the python command line. For checking this you have to open python command line option from your window like this.

  •  Python --- Python 3.7 (64 bit or 32 bit)



  • You will find a screen like this.



  • Print the first python programming statement to check whether it works properly or not.


  • Type the Following statement in the command line.


Print (“Hello World”) in command shall and hit the enter to display 

"Hello World".

If it displays in output than we installed python successfully.


  • Another way to check the Python program, such as python IDLE, this method is more convenient for programming. 


  • So how to write the program in python IDLE?


  • We don’t need to do anything just follow the above steps like we follow in the command line, open IDLE (Python 3.7 32 bit or 64 bit).



  • After clicking this you will find the following screen in that you have to type first simple "Hello world" program of python and check it's work or not. 

If it works properly then you installed your python successfully.





In this topic, you cover the entire theory of Download / Installation / and Test of python program.

In the next topic, we will cover some basic ideas related to Variable, Identifiers, keywords, algorithm and some interesting beginners program related to python.


Hope you understand the whole concepts of download and installation. 


Just follow our post on a regular basis you will get the entire theory of python. 


I share my programming knowledge and opinion with you all regularly using this site every week.

Be Ready to learn for next series of python programming.


~Jigs Prajapati





Post a Comment

0 Comments