Installation Of Python


                            Installation Of Python

Python is a high level programming language. it is an open source, simple and easy to use.  

In this installation of python on windows 10 we need to follow some steps.

 Python on windows 10 :

The latest version of python Python 3.9.1 released on 7th Dec 2020. this version has so many new features and optimizations.this is the first version of python to default to the 64-bit system.

Installing Python 3.9.1 on windows 10 :

  • open a web browser (like chrome,firefox,microsoft edge) and go to https://www.python.org/. and you reach to the offical python page.



  • Now, click on the download python 3.9.1 . now it will start downloading. this is around 27-30 MB in size.if your system have lower version of windows, then click download menu and select the specfic version suitable for your system.

  • Once finish the download then double click to run the installer.
  • Now, click the Install now button. and also click in the box that add python 3.9 to path
         Now set up progress will be shown on screen.Python 3.9.1 standard library(64-bit).


  • After successful completion of instllation the window shown with the message Setup was successful.

For verification :

  • Now, we will verify the installation of python in system. search for python on system, it will show the following option.

  • Now execute the python command line and it show python command line window.

  • we can also verification of python in system by command prompt.
  • Welcome to python : Now we will write the first program in python to
  • print "welcome to python".

Conclusion : In this installation of python . we install the latest 3.9.1 version of python . also we verify the installation and run a first program. we hope it will helps you for installing python on your system. 











Comments

  1. Thank sir for show me the easy way of installing Python. Thank you so much

    ReplyDelete
  2. Thanks for cover this topic 😉🤞😊

    ReplyDelete

Post a Comment

Popular posts from this blog

Assignment Operators in Python

Comments in python