Home >Backend Development >Python Tutorial >Python is the king of computer languages

Python is the king of computer languages

巴扎黑
巴扎黑Original
2017-04-05 16:00:081499browse

Recently I discovered this PYPL - Programming Language Popularity Index. It conducts a secondary exploration of popular indicators in various languages. The author points out that the TIOBE index may not reflect the real situation, blaming the names of some programming languages ​​that can lead to misunderstandings. He introduced some new terms and used Google Trends to draw different conclusions.

Through the author's research, we can know that in the past ten years, the Python language has achieved the largest growth rate. From the picture, we can see its very beautiful linear growth in 10 years. Congratulations to the Python language!

Python is the king of computer languages

The data in this chart is very interesting, and the lack of ups and downs is not a bad thing. It shows that there is a growing number of groups (from Java and PHP - a big tribe) who want to learn this language. Python is the only language that performs differently on this chart.

We all know that Python originated as a scripting language and was used for scientific computing. Now it is becoming increasingly popular and continues to penetrate into technical fields such as the Web and business. These technology areas are all backed by some big companies (Java, C#, C++) and have a lot of financial support. On the web, PHP and Ruby are also famous. Under such huge competitive pressure, it is very difficult for a new language to become popular. Python succeeded. To me, this is why Python is the language of the decade.

The above is the detailed content of Python is the king of computer languages. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Previous article:Efficient Python codeNext article:Efficient Python code