Dev Duniya
Mar 19, 2025
Python Programming is a widely used high-level programming language and it is considered one of the most popular programming languages it was first launched in 1991. To write and execute Python code in windows, we first need to Install Python Programming on our system.
As we know, Python comes default with the Linux operation system but python does not come default with the Windows operating system. However, We have to first install Python on Windows.
Selecting a version of python is fully dependent on you, and what you want to do in python. If you are just starting python then you should select the latest version of python which is Python 3, but if you are working on a project coded in Python version 2 then you will have to install that version. The latest version of Python Programming
in Python 3.10.4 when I am writing this article.
The installation will take a few minutes to install python on your system and once the installation is successful then this type of screen will be displayed.
To verify if Python Programming is successfully installed or not on your system.
Follow the below steps:-
PIP is a powerful package management system for python packages and so that, you have it installed. When you will use the command prompt to execute python code then, you will have to install most python packages with the help of PIP.
To Verify whether PIP was installed or not:
If PIP was installed on your system then you will see the following output on your system.
Once python is installed on your system, now you can check the python version in cmd.
Open the CMD, type "python --version" and then hit the enter.
Now you can see Python's Latest Version Installed on your System.
In this tutorial, we have successfully installed the latest version of python on windows. We have covered, How to install python on windows.
If you have any queries related to this article, then you can ask in the comment section, we will contact you soon, and Thank you for reading this article.
Instagram | Twitter | Linkedin | Youtube
Thank you