Python is an interpreted, object-oriented, high-level programming language with dynamic semantics. Its high-level built in data structures, combined with dynamic typing and dynamic binding, make it very attractive for Rapid Application Development, as well as for use as a scripting or glue language to connect existing components together.
In this blog, We will learn "how to download and install Python on windows".
There are some simple steps to install Python on windows :-
1. Firstly, Go on to the download page of Python's official website.
2. Click on the "Download Python" button to download python's latest version.
3. Python will start downloading on your computer.
4. After downloading Python on your computer, Open file explorer and double click on ".exe" file of python.
5. Interface will look same as shown below. Click on Install Now button to start installing python.
6. Installation will start on your computer and let your computer to complete installation process properly.
7. After completing the installation process "setup was successful" will appear on screen.
8. Congratulations! Python has installed on your computer.
9. Now, simply click on the "Close" button and close the installation screen.
10. Check if Python has installed on your computer.
11. Open "command prompt" and write same as shown below in the picture.
12. This will tell you the version of Python, You have installed on your computer.
Hurray! You are ready to start developing Python applications in your Windows system. If you’ve enjoyed this tutorial, consider checking out our YouTube channel which can also help you achieve your development goals.
Comentarios