Thursday, January 16, 2020

Python Installation


1. Python Installation !!


Python installation is easy process in both operating systems 1).Windows & 2).Linux

1.Windows

Visits python official website -https://www.python.org/downloads/     and follow below instructions.

The web look likes as below image and download a latest version of python.The setup size about 25.22 MB. 

Now run the downloaded setup by double click. the installation interface will be look like as 


There are two option one is Upgrade Now and second is Customize installation. if you have a installed python and want to upgrade it then you can select first option.if you are first installer then obviously you must select second option.

We recommended you should select second option .The next interface will be like as 


There are some Optional Features. Here you are not require to do any change and just click to next.


after this you must click in box as check mark of "Add  Python to environment variables".

Note:- if you install before and you forget to check it we recommend to uninstall it and start fresh installation and follow us.

The installation location is your choice where are you want to install it. and click on install button.
now installation will be start. 

wait until installation is complete it will take approximately 3 to 5 minutes. Take a tea or coffee.


Now installation is complete and close it.
how to start it. click on window start button and go to app list and find python as well as we mention in below image.


 The red area is cover all python files but you need only first file as IDLE(python 3.8..). click on it.


This is the first look of python interpreter which known as "python shell".  Now installation is completed.

2.Linux

Installing python in Ubuntu or other Linux OS are similar. First open Terminal by shortcut "ctrl+alt+t". and type following command lines.

a) sudo apt update
b)sudo apt install python3
c)sudo apt install idle3  or sudo apt-get install idle3
d)sudo apt install pip3   or sudo apt install python3-pip

Now python installation is complete. open python idle. it will be look like windows shell similar.

    2.  what is python ? click here


3 comments: