Skip to content

Commit 4262fad

Browse files
committed
adding slides from kate heddleston's pycon 2014 talk
1 parent d1e0263 commit 4262fad

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

best-python-resources.html

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ <h2>Beyond the basics</h2>
151151
available books on Python, Django, and data analysis.</p>
152152
</li>
153153
</ul>
154-
<h2>Videos and screencasts</h2>
154+
<h2>Videos, screencasts and presentations</h2>
155155
<ul>
156156
<li>
157157
<p><a href="https://www.neckbeardrepublic.com/">Neckbeard Republic</a> provides free
@@ -168,6 +168,12 @@ <h2>Videos and screencasts</h2>
168168
<a href="http://ontwik.com/category/python/">Python category</a> and
169169
<a href="http://ontwik.com/category/django/">Django category</a>. </p>
170170
</li>
171+
<li>
172+
<p>Kate Heddleston gave a talk at PyCon 2014 called
173+
"<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">Full-stack Python Web Applications</a>"
174+
that included clear visuals for how numerous layers of the Python web
175+
stack fit together.</p>
176+
</li>
171177
</ul>
172178
<h2>Newsletters</h2>
173179
<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-11T09:50:51Z</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-12T09:51:45Z</updated></feed>

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ I had when I was learning the language.
6969
available books on Python, Django, and data analysis.
7070

7171

72-
## Videos and screencasts
72+
## Videos, screencasts and presentations
7373
* [Neckbeard Republic](https://www.neckbeardrepublic.com/) provides free
7474
screencasts for learning intermediate topics. I typically prefer to learn
7575
by reading. However, these videos are helpful in seeing the code on the
@@ -82,6 +82,11 @@ I had when I was learning the language.
8282
[Python category](http://ontwik.com/category/python/) and
8383
[Django category](http://ontwik.com/category/django/).
8484

85+
* Kate Heddleston gave a talk at PyCon 2014 called
86+
"[Full-stack Python Web Applications](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)"
87+
that included clear visuals for how numerous layers of the Python web
88+
stack fit together.
89+
8590

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

0 commit comments

Comments
 (0)