Loading, please wait...

A to Z Full Forms and Acronyms

How to Install Python?

Sep 23, 2018 How to Install Python , 2412 Views
In this article we will see that how install Python with step by step.

How to Install Python?

In this article we will see how to install python our machine. Installation of python is very easy, only install the setup, no need to more configuration.

Now we will see step by step.

Step 1: 

Go to official website of python  and download , if you will go for it then you can see for Windows, Linux/Unix, Mac OS for different download link. if you are windows user then download for windows, if you are Linux/Unix then download for Linux/Unix and for Mac OS you can download for Mac OS.

I am using Windows then I will show you all installation steps of Python for Windows.

After open the official website see the below snapshot.

           

                   

 

                                                                               Figure 1.1

Click on latest version of Python for Windows 3.7.0. size of this downloaded exe will 24.3 kb.

Step 2:

After download it double click on it or Run as Administrator, see the snapshot.

 

                   

                                                         Figure 1.2

Step 3:

You can see on above screen shot notice that point 1 is uncheck then check mark on point 1. See the below snapshot.

      

                 

                                                        Figure 1.3

Step 4:

After check mark on Add Python 3.7 to Path click on Install Now. Each and every step click on Next when it will be installing now show like.

 

                   

                                                           Figure 1.4

 

Now complete installation of Python show the message Setup was successful.

 

Step 5:

Successfully Python Installed.

 

                   

                                                           Figure 1.5   

 

 

After complete installation of Python restart your system for check that Python is successfully installed or not in your system.

Open command prompt press windows + R type cmd press enter.

 

                  

 

                                                              Figure 1.6

 

In the above snapshot you can see that Python 3.7.0 installed successfully in your system. When we install python then it also installs by default python IDE which is IDLE. For run the Python open  it's IDLE IDE.

Go to windows search and click on IDLE after opened it look like.

 

                  

 

                                                             Figure 1.7

 

In Next Article we will see how to run Ptyhon.

 

A to Z Full Forms and Acronyms

Related Article