What is Python
Python is a High Level Language. And it is
also an Interpreted and Object Oriented Language. Since this is an interpreted
language you do not need to compile your program before executing. The program
will process at the runtime. Since python is an Object Oriented Programming
language we can use Inheritance, Encapsulation, and Polymorphism. [These are
described in Object Oriented Concept Topic]
Why Python
Python is refers as a
scripting language. But it can also used as non scripting programming language
also. Python is very easy to learn language and easy to read and understand
language. It has lot of in build libraries that helps programmers easy to
program. It has capability of connecting to any kind of databases and do
programming.