How to download and install Python 3.7.3 on Microsoft Windows 7/8/10. This is going to be a quick and easy step by step instruction on installing Python on Windows operating systems.

Download Python 3.7.3

Launch your preferred browser and go to python.org. Click DOWNLOADS button and then click the big yellow button that says ‘Download Python 3.7.3″. You can click the download button below, this is straight from python.org/downloads

Click the download button on python.com/downloads page

Once the Python download is complete, locate the downloaded file and run it by double clicking it or you can right click then open it or open as an administrator.

Important…

Make sure you check the box to “Add python to PATH”.

Add Python 3.7 to PATH

With this python installation, you get pip (python package manager) also installed. Once python is installed.

Python 3.7.3 is installed on your Windows system now.

Go ahead and launch your command prompt and check python version by running the following command.

python -V
python -V

This means that Python 3.7.3 is successfully installed and added to the system path. Now you can all python files can be executed from command prompt.

Watch me install Python 3.7.3 on Windows 10

https://youtu.be/OV9WlTd9a2U

Related Posts…

  1. Python is not recognized
  2. Django 3 Tutorial – Create a Blogging App
  3. Install Django 3 on Windows 10
  4. Install Django on Ubuntu