Skip to content

Commit 38256de

Browse files
committed
update IEEE python ranking
1 parent c31ca26 commit 38256de

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,11 @@ Python as a top programming language within the top ten, if not the top five
3131
of all languages.
3232

3333
The IEEE ranked Python as the
34-
[#1 programming language in 2017](http://spectrum.ieee.org/static/interactive-the-top-programming-languages-2017)
34+
[#1 programming language in 2018](https://spectrum.ieee.org/at-work/innovation/the-2018-top-programming-languages)
3535
after ranking as the
36-
[#3 top programming language the previous year](http://spectrum.ieee.org/computing/software/the-2016-top-programming-languages).
36+
[#1 language in 2017](https://spectrum.ieee.org/at-work/innovation/the-2017-top-programming-languages)
37+
and
38+
[#3 top programming language in 2016](http://spectrum.ieee.org/computing/software/the-2016-top-programming-languages).
3739
[RedMonk's June 2017 ranking](http://redmonk.com/sogrady/2017/06/08/language-rankings-6-17/),
3840
had Python at #3, which was up one slot from
3941
[their same ranking two years earlier](http://redmonk.com/sogrady/2015/01/14/language-rankings-1-15/).

content/pages/04-web-development/42-code-metrics.markdown

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,10 @@ diminishing returns.
126126
your Python code and how to install and configure it for your
127127
environment.
128128

129+
* [Which Python static analysis tools should I use?](https://www.codacy.com/blog/which-python-static-analysis-tools-should-i-use/)
130+
covers Pylint, PyFlakes and mypy with a short description of the
131+
advantages and disadvantage for each one.
132+
129133
* [Dynamic tracing a Pony + Python program with DTrace](https://blog.wallaroolabs.com/2017/12/dynamic-tracing-a-pony---python-program-with-dtrace/)
130134
shows how to use dynamic tracing programs to analyze code
131135
at runtime.

content/pages/meta/00-change-log.markdown

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
title: Change Log
2-
category: page
1+
title: Change Log category: page
32
slug: change-log
43
sortorder: 0700
54
toc: True
@@ -17,6 +16,8 @@ on GitHub.
1716

1817
## 2018
1918
### August
19+
* New [RQ](/redis-queue-rq.html) and [code metrics](/code-metrics.html)
20+
resources.
2021
* Updated the [Celery](/celery.html) page with a ton of new great
2122
resources and broke them into new subsections for general resources,
2223
frameworks and deployments.

0 commit comments

Comments
 (0)