Introduction to Python.


Python is a programming language.

It is the most popular language in the world. It has beaten almost all the languages like C,C++,Ruby etc. because of its simple syntax.
Python is an easy to learn language and a powerful object oriented programming language.
It is a very high level programming language yet as powerful as many other middle level not so high level languages like C,C++,JAVA etc.

Python was developed by Guido Van Rossum in February 1991.

What is an object oriented language ?

Object-oriented programming (OOP) is a way of writing computer programs using the idea of "objects" to represent data and methods.In this type of way we divide the problem in objects,it helps the developer by allowing for code to be easily reused by other parts of the program or even by other people.


Advantages of Python :-

  1. Easy to Use as its syntax are simple language.
  2. Expressive language.
  3. Interpreted language which mean program get interpreted line by line.
  4. It is a complete language.
  5. A cross-platform language.
  6. Free and open source language.
  7. Variety of usage and application.


Disadvantages of Python :-

  1. Not a fast language.
  2. Not easily convertible.
  3. Lesser libraries than C,Java but it dosen't matter.

Python is most versatile language used now a days. It is the most demanded language and most company prefer it. Developer knowing  python are highly paid.

Post a Comment

0 Comments