
- Python Basic Tutorial
- Python - Home
- Python - Overview
- Python - Environment Setup
- Python - Basic Syntax
- Python - Comments
- Python - Variables
- Python - Data Types
- Python - Operators
- Python - Decision Making
- Python - Loops
- Python - Numbers
- Python - Strings
- Python - Lists
- Python - Tuples
- Python - Dictionary
- Python - Date & Time
- Python - Functions
- Python - Modules
- Python - Files I/O
- Python - Exceptions
How to Install Python on Windows?
Downloads page of official website for Python’s standard distribution (https://www.python.org/downloads) has installers for Python 3.x and 2.x versions. At the time of writing 32 bit and 64 bit msi installers for Python 3.6.2 and python 2.7.13 are available. Download appropriate installer.
Invoke the installer with administrator privileges and go through the installation wizard choosing recommended options. Perform installation for all users and add python executable to path system variable when prompted to.
Run python.exe from command prompt. A command window with python prompt of three gt (>>>) symbols will appear. That confirms successful installation of Python on windows OS.
- Related Articles
- How to install Greenshot on Windows?
- How to Install WebStorm on Windows?
- How to install CamStudio on Windows?
- How to install Python in Windows?
- How to Install C++ Compiler on Windows?
- How to install Nitro Reader on Windows?
- How to install VideoPad Editor on Windows?
- How to install HandBrake Video Editor on Windows?
- How to install Javelin PDF Reader on Windows?
- How to install PDF-XChange Editor on Windows?
- How to Install OpenShot Video Editor on Windows?
- How to install Any Video Converter on Windows?
- How to install Slim PDF Reader on Windows?
- How to install Icecream Screen Recorder on Windows?
- How to install Imagick/imagemagick PHP extension on Windows 10?

Advertisements