How to install Python?
Python is available under the URL: http://www.python.org. Also a list of all documentation, installation, tutorials etc are available here.
Download the latest/ stable version of Python and Install it in your computer.
WINDOWS
Windows installation
Go to https://www.python.org/downloads/ - Download and install (Install the stable version v-2.7 which will be adopted in this tutorial.
Interactive Mode Programming
Let us start with IDLE which has a good interactive style of programming especially for the beginner
IDLE stands for Integrated DeveLopment Environment, click on it. This is an interactive mode of programming in Python.
If you would like to use in command prompt,add python into environmental variable and in the command prompt type python