As
per 2018 survey conducted by Stackoverflow.com , Python is the 7th
most sought language and most wanted technology.The question is why
python is so demanding ? Here are the few points that i have observed
and gathered through books and internet.
Python
is hot
According
to research by Dice Python is also one of the hottest skills to have
and the most popular programming language in the world based on the
Popularity of Programming Language Index.
Python
is interpreted
Most
of the languages that are in use are compiled one , it means the
language are first converted into machine code , the language of our
processors before it can run.
However,
python is an interpreted language and the codes are not converted
into
machine code.
Python
is free
The
Python interpreter is developed under an OSI-approved open-source
license, making it free to install, use, and distribute, even for
commercial purposes.
Python
is portable
Python
code is interpreted and not compiled into native machine
instructions, code written for one platform will work on any other
platform that has the Python interpreter installed.
Python
is simple
Python
3 has 33 keywords, and Python 2 has 31. By contrast, C++ has 62, Java
has 53, and Visual Basic has more than 120, though these latter
examples probably vary somewhat by implementation or dialect.
No comments:
Post a Comment