You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: all.html
+3-14Lines changed: 3 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -138,21 +138,10 @@ <h3>More perspectives on why to use Python</h3>
138
138
explains one professor's rationale for promoting Python to teach programming
139
139
to undergraduates.</p>
140
140
</li>
141
-
</ul>
142
-
<h3>Resources for Python enterprise advocacy</h3>
143
-
<ul>
144
-
<li>
145
-
<p>CIO Magazine discusses why
146
-
<ahref="http://www.cio.com/article/2431212/developer/dynamic-languages--not-just-for-scripting-any-more.html">dynamic languages are increasingly being adopted in enterprise environments</a>.</p>
147
-
</li>
148
-
<li>
149
-
<p>PayPal covers
150
-
<ahref="https://www.paypal-engineering.com/2014/12/10/10-myths-of-enterprise-python/">10 myths about enterprise Python</a>
151
-
via their engineering blog.</p>
152
-
</li>
153
141
<li>
154
-
<p>My DjangoCon 2014 talk focused on overcoming false biases against
155
-
<ahref="https://www.youtube.com/watch?v=aMtiCX38w20">Python and Django in enterprise environments</a>.</p>
142
+
<p>If you're wondering about the differences in Python's dynamically typed
143
+
system versus statically typed languages, be sure to
144
+
<ahref="http://blogs.perl.org/users/ovid/2010/08/what-to-know-before-debating-type-systems.html">read this thorough explanation of the topic</a>.</p>
156
145
</li>
157
146
</ul>
158
147
<h2>What else would you like to know about Python?</h2>
Copy file name to clipboardExpand all lines: source/content/pages/02-learning-programming/01-why-use-python.markdown
+3-11Lines changed: 3 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -104,17 +104,9 @@ displays [The Zen of Python](https://www.python.org/dev/peps/pep-0020/).
104
104
explains one professor's rationale for promoting Python to teach programming
105
105
to undergraduates.
106
106
107
-
108
-
### Resources for Python enterprise advocacy
109
-
* CIO Magazine discusses why
110
-
[dynamic languages are increasingly being adopted in enterprise environments](http://www.cio.com/article/2431212/developer/dynamic-languages--not-just-for-scripting-any-more.html).
111
-
112
-
* PayPal covers
113
-
[10 myths about enterprise Python](https://www.paypal-engineering.com/2014/12/10/10-myths-of-enterprise-python/)
114
-
via their engineering blog.
115
-
116
-
* My DjangoCon 2014 talk focused on overcoming false biases against
117
-
[Python and Django in enterprise environments](https://www.youtube.com/watch?v=aMtiCX38w20).
107
+
* If you're wondering about the differences in Python's dynamically typed
108
+
system versus statically typed languages, be sure to
109
+
[read this thorough explanation of the topic](http://blogs.perl.org/users/ovid/2010/08/what-to-know-before-debating-type-systems.html).
Copy file name to clipboardExpand all lines: why-use-python.html
+3-14Lines changed: 3 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -125,21 +125,10 @@ <h3>More perspectives on why to use Python</h3>
125
125
explains one professor's rationale for promoting Python to teach programming
126
126
to undergraduates.</p>
127
127
</li>
128
-
</ul>
129
-
<h3>Resources for Python enterprise advocacy</h3>
130
-
<ul>
131
-
<li>
132
-
<p>CIO Magazine discusses why
133
-
<ahref="http://www.cio.com/article/2431212/developer/dynamic-languages--not-just-for-scripting-any-more.html">dynamic languages are increasingly being adopted in enterprise environments</a>.</p>
134
-
</li>
135
-
<li>
136
-
<p>PayPal covers
137
-
<ahref="https://www.paypal-engineering.com/2014/12/10/10-myths-of-enterprise-python/">10 myths about enterprise Python</a>
138
-
via their engineering blog.</p>
139
-
</li>
140
128
<li>
141
-
<p>My DjangoCon 2014 talk focused on overcoming false biases against
142
-
<ahref="https://www.youtube.com/watch?v=aMtiCX38w20">Python and Django in enterprise environments</a>.</p>
129
+
<p>If you're wondering about the differences in Python's dynamically typed
130
+
system versus statically typed languages, be sure to
131
+
<ahref="http://blogs.perl.org/users/ovid/2010/08/what-to-know-before-debating-type-systems.html">read this thorough explanation of the topic</a>.</p>
143
132
</li>
144
133
</ul>
145
134
<h2>What else would you like to know about Python?</h2>
0 commit comments