Skip to content

Commit cd2ccdb

Browse files
committed
new enterprise python resource
1 parent c859821 commit cd2ccdb

File tree

3 files changed

+17
-0
lines changed

3 files changed

+17
-0
lines changed

all.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -452,6 +452,12 @@ <h2>Open source enterprise Python projects</h2>
452452
<h2>Enterprise Python software development resources</h2>
453453
<ul>
454454
<li>
455+
<p>Talk Python to Me's fourth episode interviewed PayPal's lead developer on
456+
<a href="http://www.talkpythontome.com/episodes/show/4/enterprise-python-and-large-scale-projects">Enterprise Python and Large-Scale Projects</a>.
457+
They rebuke many of the myths around Python for large scale projects
458+
including the variable typing system and scalability.</p>
459+
</li>
460+
<li>
455461
<p>There are a couple of solid demystifying articles in CIO magazine including
456462
<a href="http://www.cio.com/article/2437137/developer/you-used-python-to-write-what-.html">this broad overview of Python in enterprises</a>
457463
and this article on

enterprise-python.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,12 @@ <h2>Open source enterprise Python projects</h2>
126126
<h2>Enterprise Python software development resources</h2>
127127
<ul>
128128
<li>
129+
<p>Talk Python to Me's fourth episode interviewed PayPal's lead developer on
130+
<a href="http://www.talkpythontome.com/episodes/show/4/enterprise-python-and-large-scale-projects">Enterprise Python and Large-Scale Projects</a>.
131+
They rebuke many of the myths around Python for large scale projects
132+
including the variable typing system and scalability.</p>
133+
</li>
134+
<li>
129135
<p>There are a couple of solid demystifying articles in CIO magazine including
130136
<a href="http://www.cio.com/article/2437137/developer/you-used-python-to-write-what-.html">this broad overview of Python in enterprises</a>
131137
and this article on

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,11 @@ continue delivering business value to their business side customers.
107107

108108

109109
## Enterprise Python software development resources
110+
* Talk Python to Me's fourth episode interviewed PayPal's lead developer on
111+
[Enterprise Python and Large-Scale Projects](http://www.talkpythontome.com/episodes/show/4/enterprise-python-and-large-scale-projects).
112+
They rebuke many of the myths around Python for large scale projects
113+
including the variable typing system and scalability.
114+
110115
* There are a couple of solid demystifying articles in CIO magazine including
111116
[this broad overview of Python in enterprises](http://www.cio.com/article/2437137/developer/you-used-python-to-write-what-.html)
112117
and this article on

0 commit comments

Comments
 (0)