Setting Up Python Environment for Python 2.7

Introduction 

 
This blog is a step by step guide for beginners who want to learn Python and set up the Python environment. Python is a simple language to learn and easy to understand.
 
To Download the Software, go here.
 
Python
 
Select Download Python 2.7.12.
 
Python
 
Save the file and install the Software. Select "Install for all users", so that anyone can use it.
 
Python
 
Select the destination directory.
 
Python
 
A directory where all the files related to Python will get installed. Here, it is C:\Python27\
 
The next step is to customize the software installation part by selecting the files that you need.
 
Python
 
Click on Next to complete the installation of the software.
 
Python
 
Python
 
Python
 
When you open your Python IDE by searching in your programs, this is how it looks.
 
Python
 
You can write your Python scripts/programs here.