Thursday, 3 November 2011

The power of python.

Python is a high-level programming language. Its power or advantages are:
  •  It is interpreted. It allows you to run till any error occurs(if any error present in code). In other programming language(where compilation is required) you have to eliminate all errors before you run.
  • Purely object oriented.
  • Interactive.
  • Known as glue language. Because it can be used to connect existing components from other languages(c/c++, java and many more).
  • Possible to add modules to python's code vocabulary.
  • Highly readable. Because it depends on indentation. Easy for beginners to understand the code.
  • Easy to get support. Python community is always there to response your queries.
  • Faster learning.
  • Faster coding.
  • Re-usability of modules and packages.
  • Portability.
In short, python is a complete satisfactory programming language which combines the power of compiled languages with the simplicity and rapid development of scripting language.



No comments:

Post a Comment