Sunday, 13 September 2015

Python SuPeriORity

PYTHON has many advantages comparatively with other programming languages:


  • It is free and open source and portable-it can be ported to any platforms.
  • A program written in compiled languages like c or c++ is converted from source language into machine understandable language(binary language)using a compiler.
  • Whereas python does not need compilation to binary it converts the source code directly into an intermediate form after just running the code.
  • Python standard library is huge indeed it includes all kinds of system dependent stuffs and it is always available wherever python is installed.
  • More than this it is syntax free :), it doesn't have much syntax to be followed making the programmers easy to solve the problem rather them to concentrate on the programming.

No comments:

Post a Comment