Python Installation
Python is prepacked with Linux and Mac OS operating systems. But, Python is also available for Windows.
Python has two versions - Python 2 and Python 3. Click here to know the difference between two versions. In this tutorial, we are using Python 2.x.
Python Installation on Windows
STEP 1: Go to Python official site https://www.python.org/downloads/, click on 'Download Python 2.7.0'.
STEP 2: Double click on the msi setup, and choose the directory where to install the python, like -
STEP 3: We hope, python is installed successfully on your system. To be insured, click on Start->All Apps, here you will definitely see the installed python.
STEP 4: Now go to System Environment and set the default path of the Python for Python Interpreter.
C:\Python27