Skip to content

Commit 1836d82

Browse files
committed
adding my talk video and slides from yesterday
1 parent 6667c5a commit 1836d82

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-1
lines changed

best-python-resources.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,12 @@ <h2>Videos, screencasts and presentations</h2>
149149
with all the diagrams.</p>
150150
</li>
151151
<li>
152+
<p>My <a href="https://www.youtube.com/watch?v=s6NaOKD40rY">EuroPython 2014 "Full Stack Python"</a>
153+
talk goes over each topic from this guide and provides context for how the
154+
pieces fit together.
155+
The <a href="http://www.mattmakai.com/presentations/2014-full-stack-python-berlin.html">talk slides</a> are also available.</p>
156+
</li>
157+
<li>
152158
<p><a href="https://www.neckbeardrepublic.com/">Neckbeard Republic</a> provides free
153159
screencasts for learning intermediate topics. I typically prefer to learn
154160
by reading. However, these videos are helpful in seeing the code on the

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-07-22T15:40:06Z</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-07-23T10:29:57Z</updated></feed>

source/content/pages/10-misc/1001-best-python-resources.markdown

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,11 @@ I had when I was learning the language.
106106
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)
107107
with all the diagrams.
108108

109+
* My [EuroPython 2014 "Full Stack Python"](https://www.youtube.com/watch?v=s6NaOKD40rY)
110+
talk goes over each topic from this guide and provides context for how the
111+
pieces fit together.
112+
The [talk slides](http://www.mattmakai.com/presentations/2014-full-stack-python-berlin.html) are also available.
113+
109114
* [Neckbeard Republic](https://www.neckbeardrepublic.com/) provides free
110115
screencasts for learning intermediate topics. I typically prefer to learn
111116
by reading. However, these videos are helpful in seeing the code on the

0 commit comments

Comments
 (0)