Monday, January 20, 2014

Advantages of Python Programming Language

String Indexing or subscripting

Python is a widely used general-purpose, high-level programming language. 
Advantages of Python:
  • Python is easy and fast to learn
  • Python's syntax is clear and readable.
  • Python's syntax allows programmers to express concepts in fewer lines of code than would be possible in languages such as C. 
  • Python provides constructs intended to enable clear programs on both a small and large scale.
  • Python's design philosophy emphasizes code readability.
  • Simple to get support.
  • Fast to Code, i.e. it is easier and faster to code a problem in Python than in C, C++ or Java, just to mention a few other languages.
  • Python is portable, i.e. it runs on multiple platforms and systems, like e.g. Linux and Microsoft Windows.
  • Python supports multiple programming paradigms, including object-orientedimperative and functional programming or procedural styles. 
  • Python features a dynamic type system and automatic memory management and has a large and comprehensive standard library.
  • Python is trendy, i.e more and more successful companies switch to Python, like Google did a long time ago.

No comments: