Skip to content

Commit 5f2d631

Browse files
committed
update why use python resources
1 parent 4d4f20c commit 5f2d631

File tree

2 files changed

+22
-7
lines changed

2 files changed

+22
-7
lines changed

content/pages/01-introduction/03-why-use-python.markdown

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,22 +30,31 @@ possible to criticize that these guides are not exact, every ranking shows
3030
Python as a top programming language within the top ten, if not the top five
3131
of 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/),
3638
had 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+
3947
The
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

4352
The [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

5059
These rankings provide a rough measure for language popularity. They are not
5160
intended 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-

content/pages/02-development-environments/02-text-editors-ides.markdown

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,3 +57,10 @@ wants that kind of functionality.
5757

5858
* Wing Python IDE
5959

60+
61+
### Text editor & IDE resources
62+
* [Xi: an editor for the next 20 years](https://www.recurse.com/events/localhost-raph-levien)
63+
is an awesome technical talk about designing a text editor with the
64+
current (2018) set of tools available to a developer.
65+
66+

0 commit comments

Comments
 (0)