Que .How to Install Python on Windows ?
Installing Python
Installing Python
Python is a widely used general-purpose, high-level programming language. It was initially designed by Guido van Rossum in 1991 and developed by Python Software Foundation.
Python is easy to use and handling .Its user friendly to the beginner, and powerful enough to create robust software with for nearly any application usefull. But it is still a piece of software like any other, meaning it can be complex to set up and manage.In this article we’ll walk through how to set up Python the right way:
Step 1.
To downloads and install Python use https://www.python.org/downloads/ this official website of Python and choose appropriate version according to your system configuration. We have chosen Python version 3.7.0
Step 2 .Run the installer. simply run it ,by double clicking on the downloaded file in download folder .
Step 3 .Python installing process is running at this point.
To try to verify installation,open and go to our cmd command prompt .And simply write py and Enter it.then result is displying on the cmd command prompt.
0 comments:
Post a Comment
If you have any doubts,Please let me know...