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

python installation on windows os
python installation on windows os

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.
how-to-install-python-for-windows-steps
how-to-install-python-for-windows-steps

Install Python 3.7.4 Latest Version on Windows

  • Run the Python Installer from downloads folder
python install in windows -1
python install in windows -1

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.

python install in windows -2
python install in windows -2

After installation is complete click on Close.
Now Python is installed. Now go to windows and type IDLE and start writing python command.