Skip to content

Commit a0f5952

Browse files
committed
update changelog and add new enterprise python resource
1 parent 073279e commit a0f5952

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

content/pages/01-introduction/05-enterprise-python.markdown

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,14 @@ continue delivering business value to their business side customers.
112112
They rebuke many of the myths around Python for large scale projects
113113
including the variable typing system and scalability.
114114

115+
* [The end of enterprise IT](http://www.leanessays.com/2017/01/the-end-of-enterprise-it.html)
116+
is a fascinating essay that actually does not talk about Python in
117+
particular but shows how large enterprise IT departments such as the
118+
one at ING Bank have to evolve their structure, processes and tools to
119+
successfully ship software. Programming languages such as Python are more
120+
likely to be used in these updated polyglot and
121+
[DevOps](/devops.html)-driven environments.
122+
115123
* There are a couple of solid demystifying articles in CIO magazine including
116124
[this broad overview of Python in enterprises](http://www.cio.com/article/2437137/developer/you-used-python-to-write-what-.html)
117125
and this article on

content/pages/12-meta/01-change-log.markdown

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ on GitHub.
1717

1818
## 2018
1919
### February
20+
* Added new [enterprise Python](/enterprise-python.html) resources.
2021

2122
### January
2223
* Incorporated new data from Stack Overflow and updated programming language

theme/templates/sponsor.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{% if page.slug == 'introduction' or page.slug == 'django' or page.slug == 'flask' or page.slug == 'bottle' or page.slug == 'web-development' or page.slug == 'web-frameworks' or page.slug =='morepath' or page.slug == 'python-programming-language' %}
1+
{% if page.slug == 'introduction' or page.slug == 'django' or page.slug == 'flask' or page.slug == 'bottle' or page.slug == 'web-development' or page.slug == 'web-frameworks' or page.slug =='morepath' or page.slug == 'python-programming-language' or page.slug == 'comprehensions' or page.slug == 'generators' %}
22
{% include "rp-advert.html" %}
33
{% elif page.slug == 'monitoring' or page.slug == 'devops' or page.slug == 'caching' or page.slug == 'web-analytics' or page.slug == 'servers' or page.slug == 'docker' or page.slug == 'continuous-integration' or page.slug == 'wsgi-servers' or page.slug == 'green-unicorn-gunicorn' or page.slug == 'serverless' or page.slug == 'aws-lambda' or page.slug == 'web-servers' or page.slug == 'apache-http-server' or page.slug == 'nginx' or page.slug == 'caddy' or page.slug == 'debugging' or page.slug == 'testing' or page.slug == 'deployment' or page.slug == 'platform-as-a-service' or page.slug == 'static-content' %}
44
{% include "rollbar.html" %}

0 commit comments

Comments
 (0)