@@ -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