Skip to content

Commit 20d0d51

Browse files
committed
changing ordering of content on best resources
1 parent c95d137 commit 20d0d51

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

best-python-resources.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,13 @@ <h2>Beyond the basics</h2>
154154
<h2>Videos, screencasts and presentations</h2>
155155
<ul>
156156
<li>
157+
<p>Kate Heddleston gave a talk at PyCon 2014 called
158+
"<a href="http://pyvideo.org/video/2591/so-you-want-to-be-a-full-stack-developer-how-to">Full-stack Python Web Applications</a>"
159+
with clear visuals for how numerous layers of the Python web
160+
stack fit together. There are also <a href="https://speakerdeck.com/pycon2014/so-you-want-to-be-a-full-stack-developer-how-to-build-a-full-stack-python-web-application-by-kate-heddleston">slides available from the talk</a>
161+
with all the diagrams.</p>
162+
</li>
163+
<li>
157164
<p><a href="https://www.neckbeardrepublic.com/">Neckbeard Republic</a> provides free
158165
screencasts for learning intermediate topics. I typically prefer to learn
159166
by reading. However, these videos are helpful in seeing the code on the
@@ -168,13 +175,6 @@ <h2>Videos, screencasts and presentations</h2>
168175
<a href="http://ontwik.com/category/python/">Python category</a> and
169176
<a href="http://ontwik.com/category/django/">Django category</a>. </p>
170177
</li>
171-
<li>
172-
<p>Kate Heddleston gave a talk at PyCon 2014 called
173-
"<a href="http://pyvideo.org/video/2591/so-you-want-to-be-a-full-stack-developer-how-to">Full-stack Python Web Applications</a>"
174-
with clear visuals for how numerous layers of the Python web
175-
stack fit together. There are also <a href="https://speakerdeck.com/pycon2014/so-you-want-to-be-a-full-stack-developer-how-to-build-a-full-stack-python-web-application-by-kate-heddleston">slides available from the talk</a>
176-
with all the diagrams.</p>
177-
</li>
178178
</ul>
179179
<h2>Newsletters</h2>
180180
<ul>

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>2014-04-13T08:48:18Z</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>2014-04-13T08:49:19Z</updated></feed>

source/content/pages/23-best-python-resources/2301-best-python-resources.markdown

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,12 @@ I had when I was learning the language.
7070

7171

7272
## Videos, screencasts and presentations
73+
* Kate Heddleston gave a talk at PyCon 2014 called
74+
"[Full-stack Python Web Applications](http://pyvideo.org/video/2591/so-you-want-to-be-a-full-stack-developer-how-to)"
75+
with clear visuals for how numerous layers of the Python web
76+
stack fit together. There are also [slides available from the talk](https://speakerdeck.com/pycon2014/so-you-want-to-be-a-full-stack-developer-how-to-build-a-full-stack-python-web-application-by-kate-heddleston)
77+
with all the diagrams.
78+
7379
* [Neckbeard Republic](https://www.neckbeardrepublic.com/) provides free
7480
screencasts for learning intermediate topics. I typically prefer to learn
7581
by reading. However, these videos are helpful in seeing the code on the
@@ -82,12 +88,6 @@ I had when I was learning the language.
8288
[Python category](http://ontwik.com/category/python/) and
8389
[Django category](http://ontwik.com/category/django/).
8490

85-
* Kate Heddleston gave a talk at PyCon 2014 called
86-
"[Full-stack Python Web Applications](http://pyvideo.org/video/2591/so-you-want-to-be-a-full-stack-developer-how-to)"
87-
with clear visuals for how numerous layers of the Python web
88-
stack fit together. There are also [slides available from the talk](https://speakerdeck.com/pycon2014/so-you-want-to-be-a-full-stack-developer-how-to-build-a-full-stack-python-web-application-by-kate-heddleston)
89-
with all the diagrams.
90-
9191

9292
## Newsletters
9393
* [Python Weekly](http://www.pythonweekly.com/) is a free weekly roundup

0 commit comments

Comments
 (0)