How To Install Python 3.5 on Windows

Python is a widely used high-level, interpreted, dynamic programming language. Python supports object-oriented, imperative and functional or procedural programming styles. This tutorial will help you to install Python 2.7 on Windows system.

Download Python Installer

First you need to download Python installer. Visit Python official download page and download required version of installer
install-python-1

Install Python on Windows

After completing download of Python run the installer by click on it and follow the installation wizard. Click on Customize Installation button. Also make sure you have checked both checkboxes for Install python for all users and Add Python 3.5 to Path
install-python-2
Now select the features you need to install. Select all if required.
install-python-3
Now select the advance options as per your requirements. You can select all and click Install.
install-python-4
You will see successful installation message like below.
install-python-5

Verify Python Installation

Open windows command prompt and type python command. If everything installed and configured successfully, you will see message like below.
install-python-6

Thanks for Visit Here

Comments