How to Install Python on windows (Environment Set-up)
In order to become a Python developer, In this tutorial, we will learn how to install Python on a Windows server.
Install Python on windows
watch this link https://www.python.org/downloads/ to download the latest release of Python.
in this process, we will install Python 3.9.2 on our Windows operating system.
Step 1:- Python Select the version and download.
Step 2:- Click on the Install Now
Download .exe file Double-click, the following window will open. Click the Add Path check box, it will set the Python path automatically.
Step 3:- Install in Process
Now run your command to check python, type the command
python --version
We are ready to work with Python.