Python at a glance
Python is an interpreted, high-level, general-purpose programming language. Created by Guido van Rossum and first released in 1991
Python is a server side programming language.
Python is targeted for almost all platforms
Python is a modular language like nodejs
Python is a indent sensitive language
Development environment setup
Go to https://www.python.org/downloads/ and download latest (or earlier) version of Python for Windows OS
Install Python using run as administrator in your local machine with features pip, tcl/tk (for winform app), test suite, py launcher. For more to install python environment you can visit the link.
Checking Environment is OK or...