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.
Select Download Python 2.7.12.
Save the file and install the Software. Select "Install for all users", so that anyone can use it.
Select the destination directory.
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.
Click on Next to complete the installation of the software.
When you open your Python IDE by searching in your programs, this is how it looks.
You can write your Python scripts/programs here.