Skip to content

Commit 3df7efa

Browse files
committed
adding link to watch me code
1 parent 166b51a commit 3df7efa

File tree

4 files changed

+21
-1
lines changed

4 files changed

+21
-1
lines changed

all.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -430,6 +430,13 @@ <h2>Screencasts and class recordings</h2>
430430
<p><a href="https://developers.google.com/edu/python/">Google's Python Class</a> contains
431431
lecture videos and exercises for learning Python.</p>
432432
</li>
433+
<li>
434+
<p>While there aren't always live streams, it's worth checking out
435+
<a href="http://www.watchpeoplecode.com/">Watch People Code</a> to see if anyone is
436+
live coding or has a recording of working on a Python project. Even
437+
experienced developers can learn a whole lot from watching other
438+
developer's work on their projects.</p>
439+
</li>
433440
</ul>
434441
<h2>Video compilations</h2>
435442
<ul>

best-python-videos.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,13 @@ <h2>Screencasts and class recordings</h2>
142142
<p><a href="https://developers.google.com/edu/python/">Google's Python Class</a> contains
143143
lecture videos and exercises for learning Python.</p>
144144
</li>
145+
<li>
146+
<p>While there aren't always live streams, it's worth checking out
147+
<a href="http://www.watchpeoplecode.com/">Watch People Code</a> to see if anyone is
148+
live coding or has a recording of working on a Python project. Even
149+
experienced developers can learn a whole lot from watching other
150+
developer's work on their projects.</p>
151+
</li>
145152
</ul>
146153
<h2>Video compilations</h2>
147154
<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-03-09T21:45:29Z</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-03-10T05:47:26Z</updated></feed>

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,12 @@ to learn more about web development.
107107
* [Google's Python Class](https://developers.google.com/edu/python/) contains
108108
lecture videos and exercises for learning Python.
109109

110+
* While there aren't always live streams, it's worth checking out
111+
[Watch People Code](http://www.watchpeoplecode.com/) to see if anyone is
112+
live coding or has a recording of working on a Python project. Even
113+
experienced developers can learn a whole lot from watching other
114+
developer's work on their projects.
115+
110116

111117
## Video compilations
112118
* [PyVideo](http://www.pyvideo.org/) organizes and indexes thousands of Python

0 commit comments

Comments
 (0)