Chapter 2
Chapter 2
About Python
Python is a Programming language.
It is developed by “Guido Van Rossum in February 1991.
It easy-to-learn and powerful programming language.
Advantage of Python
Easy to use OO language
Expression Language
Interpreted Language
Its Completeness cross Platform Language
Free and open Source
Variety of Usage/Application
Although python is very powerful yet simple language with so many advantages, it is not the
perfect Programming language. There are some area where Python does not offer much or
is not that capable
Interactive mode of working means we type the command –one command at a time and the
Python executes the given command there and than and gives the output .
We can not save all the command in the form of program file and want to see all output lines
together rather than sandwiched between successive commands than Script mode is used .
It offers jupyter notebook (preferred choice for bloggers) and spyder IDE like
toolkits to write and python scripts and code interactively