python installation on windows
python installation on windows
Since windows don’t come with Python preinstalled, it needs to be installed explicitly. Here we will define step by step tutorial on How to install Python on Windows.
Follow the steps below :
Download Python Latest Version from python.org
- First and foremost step is to open a browser and open https://www.python.org/downloads/windows/
Here, In this article , we will see the installation steps of Python 3.7.4 .
- Underneath the Python Releases for Windows find Latest Python 3 Release – Python 3.7.4 (latest stable release as of now is Python 3.7.4).
- On this page move to Files and click on Windows x86-64 executable installer for 64-bit or Windows x86 executable installer for 32-bit.
Install Python 3.7.4 Latest Version on Windows
- Run the Python Installer from downloads folder
Make sure to mark Add Python 3.7 to PATH otherwise you will have to do it explicitly.
It will start installing python on windows.
After installation is complete click on Close.
Now Python is installed. Now go to windows and type IDLE and start writing python command.