How to install Python

How to install Python:-

If you want to install python to window 7 and you face this type of problem then..


First off all you want to update your pc because the reason is that python requires some important frameworks and packages to run and install.

The requirement are:-

1.   Your PC must install service pack1.

2.   .net framework is necessary to install and python.

To check this both in your pc or not do one thing open your control panel go to programs and then program and features then you can see all your programs which install in your PC if .net frame work is there then your PC has .net frame work pre- installed 

In the case if you don’t find .net framework there the you can download it from here

https://www.microsoft.com/en-us/download/details.aspx?id=56116

After downloading .net frame work then install it shows like this

                                

When the process of installation get completed then again open your control panel go to programs then programs and features and you can see the .net framework.

 

 

After this you want to install service pack1 in your pc to check this go to your computer properties if there is service pack 1 is install then it show like this

 

If it not shown like this then your pc has not install service pack yet so to install service pack1 visit this link http://go.microsoft.com/fwlink/?LinkId=199583

After download service pack install it properly the installation process may take some time depending to your PC processor speed.

After installation complete it ask you to restart to make changes after restarting your PC go to your computers properties and then check there is service pack 1 is written if it written there then it install successfully.

Now it’s time to install python for installation of python first you want to download it from https://python.org

After download complete install python to your PC it opens a pop up window to your screen and it shows like this


So it seems like this before installation make sure you click the option add python 3.8 to PATH it’s necessary so make sure you check this Option.

After this click to install now if you want to change the path so this done in customize installation you can choose this option.

Then it ask you to accept terms and conductions so, accept all the terms and conditions and press enter to continue and your installation process get started it take hardly 4 to 5 minutes after this click to finish and python is installed in your PC.

 

To check it install properly or not open your command line to open command line press window key + R from your keyboard and type cmd and press enter to this after entering a black pop up window appears on your screen to check Python is install properly or not type 

C:\Users\Your Name>python --version       

After typing this command you see this type of result.

C:\Users\Your Name>python
Python 3.6.4 (v3.6.4:d48eceb, Dec 19 2017, 06:04:45) [MSC v.1900 32 bit (Intel)] on win32
Type "help", "copyright", "credits" or "license" for more information.
 >>>

Here you can see version of your python and many more things here you can take help you can see license of your python if the result show this type then your pc has successfully install python.

Your PC has successfully Install Python you can write your program

lets gets started..

>>Intro to Python


Comments