Learn how to easily install Python 3 on your Windows 11 PC.
If we talk about the best and most used programming languages, then we must highlight Python, which is one of the most versatile. In fact, it is so much so that it is recommended that those interested sign up for courses to learn Python online. And the most recent and updated version is 3.0, loaded with many new features and improvements.
The programing It is one of the most in-demand jobs today., which is why training to learn to code has become so popular. And if you are dabbling in this world, specifically using Python as the default language, then it is essential that you have the most recent version installed.
We have prepared this post for explain how you can install python 3 easily in Windows 11.
Steps to install Python 3 on Windows 11
Following these steps you will be able to install Python 3 on your Windows 11 computer
Fortunately, Installing Python 3 on Windows 11 is extremely easy and it won’t take you more than a couple of minutes. That means that, in a short time, you can already be programming on your computer. Although, for this, you must follow the steps that we will list below.
The first thing is access the official python platformwhere you can download the program in question. And from the main screen you will see the download button with the most recent version.
Once the python installer has been downloadedthen you must double-click on it to start the program’s installation wizard.
After this, you must select the type of installation that suits your needs and preferences. It is also recommended that you select the box that says “Add puthon.exe to PATH” or “Add Python to PATH”, because with this setting you can enable the program to be accessible from the command prompt.
To start the installation, you must click on “Install Now”and will proceed to transfer the files to the location correspondent.
In the end, you have to wait for the installation wizard to finish configuring the entire Python environment.
You must give the program permission to make changes to your computer. Behind this, The installation will finish and you can start using it.. Although the time it takes to finish installing will depend on the hardware of the computer.
it’s that simple install python on your windows 11 computer. The last thing you should do is close the floating window that tells you that the installation setup has been completed successfully.
How to know what version of Python you have installed in Windows 11
The best way to check what version of python you have installed on your Windows 11 computer is through the “Command Prompt”, using a simple command.
You must access the “Command Prompt” through the key combination “WINDOWS+R” and, In the run menu, type “CMD”, without the quotes. then press Enter.
Now, in the command console, you must enter the command “python –version”, without the quotes, and press “Enter”. Afterwards, you will be shown the version of Python that you have installed on your PC.
How to upgrade Python on Windows
If you have a very old version, or just a new version of Python has been released, then you probably want to update the programbut without having to do it all from scratch.
Fortunately, updating this program on Windows is a very simple task. You just have to access the Python website and download the version most recently published.
When double click to install the programthe installation wizard window will show you an option to “Upgrade Now” either “Update now”. Selecting this option will replace the previous version you had installed with this newer one.