About Python:
Python language created by Guido van Rossum.
Features of Python
Built on c
routines
Easy to use and debug
Portable
Object oriented
Interface with other languages
compiled and Interpreted language
Open and free
Download link: www.python.org
To know python version use below command
python -v
Note: Any line starts with # will commented and not used by script while executing.
Will create a script file with .py extension and should use python command to run the python script.
Example:
python first.py
Nice article, i like it!