Skip to content

Commit cb4a2fd

Browse files
committed
removing enterprise resources from why python page and adding one about typing
1 parent 8a98e07 commit cb4a2fd

4 files changed

Lines changed: 10 additions & 40 deletions

File tree

all.html

Lines changed: 3 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -138,21 +138,10 @@ <h3>More perspectives on why to use Python</h3>
138138
explains one professor's rationale for promoting Python to teach programming
139139
to undergraduates.</p>
140140
</li>
141-
</ul>
142-
<h3>Resources for Python enterprise advocacy</h3>
143-
<ul>
144-
<li>
145-
<p>CIO Magazine discusses why
146-
<a href="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-
<a href="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>
153141
<li>
154-
<p>My DjangoCon 2014 talk focused on overcoming false biases against
155-
<a href="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+
<a href="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>
156145
</li>
157146
</ul>
158147
<h2>What else would you like to know about Python?</h2>

feeds/all.atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2015-05-16T18:18:50Z</updated></feed>
2+
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2015-05-17T13:58:58Z</updated></feed>

source/content/pages/02-learning-programming/01-why-use-python.markdown

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -104,17 +104,9 @@ displays [The Zen of Python](https://www.python.org/dev/peps/pep-0020/).
104104
explains one professor's rationale for promoting Python to teach programming
105105
to undergraduates.
106106

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).
118110

119111

120112
## What else would you like to know about Python?

why-use-python.html

Lines changed: 3 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -125,21 +125,10 @@ <h3>More perspectives on why to use Python</h3>
125125
explains one professor's rationale for promoting Python to teach programming
126126
to undergraduates.</p>
127127
</li>
128-
</ul>
129-
<h3>Resources for Python enterprise advocacy</h3>
130-
<ul>
131-
<li>
132-
<p>CIO Magazine discusses why
133-
<a href="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-
<a href="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>
140128
<li>
141-
<p>My DjangoCon 2014 talk focused on overcoming false biases against
142-
<a href="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+
<a href="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>
143132
</li>
144133
</ul>
145134
<h2>What else would you like to know about Python?</h2>

0 commit comments

Comments
 (0)