Python 3 Installation
How to Install Python on Windows:
Step 1: Download Python (for version 3 & above)
Open a browser and Goto the link
Click on the Download Python <x.y.z> button.
The below file will be downloaded python-x.y.z.exe
Step:2 Running the Installation of Python
Once downloads finish click on the downloaded file
if you want to customize the installation click on Customize installation or Click Install Now
Installation started
Step 3: Installation Completed
Congratulation Python installation is completed. You can close the window.
How to check python installation is completed and check the installed version
- Press the Windows key.
- Type windows PowerShell.
- Press Enter.
Type python –-version on the PowerShell and press enter Output: Python 3.8.5
Congratulation Python is successfully installed