Skip to content

Commit a7c342d

Browse files
committed
adding new video resources
1 parent 1c27972 commit a7c342d

File tree

3 files changed

+32
-11
lines changed

3 files changed

+32
-11
lines changed

best-python-resources.html

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -139,19 +139,31 @@ <h2>Beyond the basics</h2>
139139
and many other topics after learning the basic Python syntax. </p>
140140
</li>
141141
<li>
142+
<p>The <a href="http://www.reddit.com/r/python">Python Subreddit</a> rolls up great
143+
Python links and has an active community ready to answer questions from
144+
beginners and advanced Python developers alike.</p>
145+
</li>
146+
<li>
147+
<p>The blog <a href="http://freepythontips.wordpress.com/">Free Python Tips</a> provides
148+
posts on Python topics as well as news for the Python ecosystem.</p>
149+
</li>
150+
</ul>
151+
<h2>Videos and screencasts</h2>
152+
<ul>
153+
<li>
142154
<p><a href="https://www.neckbeardrepublic.com/">Neckbeard Republic</a> provides free
143155
screencasts for learning intermediate topics. I typically prefer to learn
144156
by reading. However, these videos are helpful in seeing the code on the
145157
screen instead of just looking at static code snippets.</p>
146158
</li>
147159
<li>
148-
<p>The <a href="http://www.reddit.com/r/python">Python Subreddit</a> rolls up great
149-
Python links and has an active community ready to answer questions from
150-
beginners and advanced Python developers alike.</p>
160+
<p><a href="http://www.pyvideo.org/">PyVideo</a> organizes and indexes thousands of Python
161+
videos from both major conferences and meetups.</p>
151162
</li>
152163
<li>
153-
<p>The blog <a href="http://freepythontips.wordpress.com/">Free Python Tips</a> provides
154-
posts on Python topics as well as news for the Python ecosystem.</p>
164+
<p>Ontwik has relevant programming videos in its
165+
<a href="http://ontwik.com/category/python/">Python category</a> and
166+
<a href="http://ontwik.com/category/django/">Django category</a>. </p>
155167
</li>
156168
</ul>
157169
<h2>Newsletters</h2>

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-03-26T09:55: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-03-27T08:45:11Z</updated></feed>

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

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,6 @@ I had when I was learning the language.
5959
provides context for virtual machines, Python packaging, pip, virutalenv
6060
and many other topics after learning the basic Python syntax.
6161

62-
* [Neckbeard Republic](https://www.neckbeardrepublic.com/) provides free
63-
screencasts for learning intermediate topics. I typically prefer to learn
64-
by reading. However, these videos are helpful in seeing the code on the
65-
screen instead of just looking at static code snippets.
66-
6762
* The [Python Subreddit](http://www.reddit.com/r/python) rolls up great
6863
Python links and has an active community ready to answer questions from
6964
beginners and advanced Python developers alike.
@@ -72,6 +67,20 @@ I had when I was learning the language.
7267
posts on Python topics as well as news for the Python ecosystem.
7368

7469

70+
## Videos and screencasts
71+
* [Neckbeard Republic](https://www.neckbeardrepublic.com/) provides free
72+
screencasts for learning intermediate topics. I typically prefer to learn
73+
by reading. However, these videos are helpful in seeing the code on the
74+
screen instead of just looking at static code snippets.
75+
76+
* [PyVideo](http://www.pyvideo.org/) organizes and indexes thousands of Python
77+
videos from both major conferences and meetups.
78+
79+
* Ontwik has relevant programming videos in its
80+
[Python category](http://ontwik.com/category/python/) and
81+
[Django category](http://ontwik.com/category/django/).
82+
83+
7584
## Newsletters
7685
* [Python Weekly](http://www.pythonweekly.com/) is a free weekly roundup
7786
of the latest Python articles, videos, projects, and upcoming events.

0 commit comments

Comments
 (0)