Access and Feeds

Code Development: Python Now Ranks Among Top Three Programming Languages

By Dick Weisinger

Python has moved up in popularity, unseating C++, and now is in third position in the TIOBE list of popular computer programming languages.

TIOBE Index, June 2019

The TIOBE index report noted that “the Python programming language started as a successor of Perl to write build scripts and all kind of glue software. But gradually it entered also other domains. Nowadays it is quite common to have Python running in large embedded systems.”

What are the reasons for Python’s popularity?

  1. Easy to learn. Python’s main competitors, Java and C, are more complex. C, in particular,requires the programmer to learn low-level concepts from the very beginning, like understanding memory management.
  2. Active Community. Python has good documentation, tutorials, guides, and depth of answers to common coding questions on sites like StackOverflow.
  3. Backing from Google. Google adopted Python in 2006 and has used it for many projects and applications.
  4. Libraries. Python has great libraries for scientific programming, like NumPy and SciPy, machine learning, and web development, like Django.
  5. Fast and Efficient. While Python is a scripting language, program execution is relatively fast and can be run on nearly every platform.
Digg This
Reddit This
Stumble Now!
Buzz This
Vote on DZone
Share on Facebook
Bookmark this on Delicious
Kick It on DotNetKicks.com
Shout it
Share on LinkedIn
Bookmark this on Technorati
Post on Twitter
Google Buzz (aka. Google Reader)
One comment on “Code Development: Python Now Ranks Among Top Three Programming Languages
  1. Henry says:

    I find your blog very useful in which you have mentioned about the coding.

1 Pings/Trackbacks for "Code Development: Python Now Ranks Among Top Three Programming Languages"
  1. […] Code Development: Python Now Ranks Among Top Three Programming Languages  Formtek Blog […]

Leave a Reply

Your email address will not be published.

*