how-to-install-python

Python Tutorial Part 2 – How to Install Python

This article will guide you through the process of Installing Python in your computer.

Python is supported by Windows, Linux/UNIX, Mac OS X, and Other Operating Systems.

Python Tutorial Part 2 - How to Install Python

You can click on the respective links to Go to the Download Page and select the Python version of your choice.

Currently the version of Python is 3.6.5.

Once you are finished with downloading the executable file you can simply install Python by running it.

Python will create a Folder in your default or custom drive.

Python will also install IDLE, it is an integrated development environment for Python.

You can also run python in Command Prompt from the Python 3.6 File created in your All Programs >> Python 3.6 Folder.

python command prompt

Two other files will also be installed in the package which are the documentation files.

Here are the names of documentation files created in windows installation of Python

  • Python 3.6 Manuals (32-bit)
  • Python 3.6 Module Docs (32-bit)

Python-shortcuts

Leave a Comment