Skip to content

Commit 1bb5910

Browse files
committed
adding new video
1 parent 23efbff commit 1bb5910

File tree

4 files changed

+18
-1
lines changed

4 files changed

+18
-1
lines changed

all.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -419,6 +419,12 @@ <h2>Core Python language videos</h2>
419419
by Simeon Franklin explains the what and why of this core Python language
420420
feature.</p>
421421
</li>
422+
<li>
423+
<p>David Beazley gives an amazing live coded performance to show
424+
<a href="https://www.youtube.com/watch?v=MCs5OvhV9S4">Python concurrency</a>
425+
using threads, event loops and coroutines. David makes the live coding
426+
look easy but a whole lot of work must've gone into that talk.</p>
427+
</li>
422428
</ul>
423429
<h2>Screencasts and class recordings</h2>
424430
<ul>

best-python-videos.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,12 @@ <h2>Core Python language videos</h2>
125125
by Simeon Franklin explains the what and why of this core Python language
126126
feature.</p>
127127
</li>
128+
<li>
129+
<p>David Beazley gives an amazing live coded performance to show
130+
<a href="https://www.youtube.com/watch?v=MCs5OvhV9S4">Python concurrency</a>
131+
using threads, event loops and coroutines. David makes the live coding
132+
look easy but a whole lot of work must've gone into that talk.</p>
133+
</li>
128134
</ul>
129135
<h2>Screencasts and class recordings</h2>
130136
<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>2015-04-18T16:04:49Z</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-04-19T12:49:01Z</updated></feed>

source/content/pages/02-learning-programming/03-best-python-videos.markdown

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,11 @@ to learn more about web development.
8585
by Simeon Franklin explains the what and why of this core Python language
8686
feature.
8787

88+
* David Beazley gives an amazing live coded performance to show
89+
[Python concurrency](https://www.youtube.com/watch?v=MCs5OvhV9S4)
90+
using threads, event loops and coroutines. David makes the live coding
91+
look easy but a whole lot of work must've gone into that talk.
92+
8893

8994
## Screencasts and class recordings
9095
* [Neckbeard Republic](https://www.neckbeardrepublic.com/) provides free

0 commit comments

Comments
 (0)