@@ -30,22 +30,31 @@ possible to criticize that these guides are not exact, every ranking shows
3030Python as a top programming language within the top ten, if not the top five
3131of all languages.
3232
33- The IEEE ranked [ Python as the #3 top programming language] ( http://spectrum.ieee.org/computing/software/the-2016-top-programming-languages )
34- in 2016.
35- [ RedMonk's January 2017 ranking] ( https://redmonk.com/sogrady/2017/03/17/language-rankings-1-17/ )
33+ The IEEE ranked Python as the
34+ [ #1 programming language in 2017] ( http://spectrum.ieee.org/static/interactive-the-top-programming-languages-2017 )
35+ after ranking as the
36+ [ #3 top programming language the previous year] ( http://spectrum.ieee.org/computing/software/the-2016-top-programming-languages ) .
37+ [ RedMonk's June 2017 ranking] ( http://redmonk.com/sogrady/2017/06/08/language-rankings-6-17/ ) ,
3638had Python at #3 , which was up one slot from
3739[ their same ranking two years earlier] ( http://redmonk.com/sogrady/2015/01/14/language-rankings-1-15/ ) .
3840
41+ Stack Overflow's community-created question and answer data confirms the
42+ [ incredible growth of the Python ecosystem] ( https://stackoverflow.blog/2017/09/06/incredible-growth-python/ )
43+ and tries to determine
44+ [ why it growing so quickly] ( https://stackoverflow.blog/2017/09/14/python-growing-quickly/ )
45+ with their own analysis.
46+
3947The
4048[ TIOBE Index] ( http://www.tiobe.com/index.php/content/paperinfo/tpci/index.html ) ,
41- a long-running language ranking, has Python steady at #8 .
49+ a long-running language ranking, has Python moving up the charts to #4 ,
50+ climbing from #8 just a couple years ago.
4251
4352The [ PopularitY of Programming Language] ( http://pypl.github.io/PYPL.html )
4453(PYPL), based on leading indicators from Google Trends search keyword
45- analysis, shows Python at #3 .
54+ analysis, shows Python at #2 .
4655
4756[ GitHut] ( http://githut.info/ ) , a visualization of GitHub language popularity,
48- pegs Python at #3 overall as well .
57+ pegs Python at #3 overall.
4958
5059These rankings provide a rough measure for language popularity. They are not
5160intended as a precise measurement tool to determine exactly how many
@@ -125,4 +134,3 @@ displays [The Zen of Python](https://www.python.org/dev/peps/pep-0020/).
125134 supplies non-web development project examples that use Python. The article
126135 also does a solid job comparing and contrasting Python to other common
127136 programming languages such as Java, Ruby and JavaScript.
128-
0 commit comments