Python - Installation in Windows

Python 3 is available to install in Windows, Linux, and Mac OS based operating systems. You can follow the below steps to install Python in Windows.

Go to https://www.pythong.org/ and then click on Downloads. You can find the Python software for Windows, MacOS and other platforms and choose Python for Windows.


Download the latest version of Python (as of now it is 3.9.6 version).
Double-click and install the downloaded python executable file(.exe) by following the instructions.

Verify the installation by running ‘python’ command in command prompt.


Great!! Python is ready to run your programs!!



Related Tutorials