@@ -81,7 +81,7 @@ <h1>Best Python Resources</h1>
8181< p > This page aggregates the absolute best Python resources and explains from
8282my biased perspective the best way to use each one. This is the list I wish
8383I had when I was learning the language.</ p >
84- < h2 > New to Programming </ h2 >
84+ < h2 > New to programming </ h2 >
8585< ul >
8686< li >
8787< p > To get an introduction to both Python and Django at the same time, purchase
@@ -96,8 +96,13 @@ <h2>New to Programming</h2>
9696 < a href ="http://www.mattmakai.com/learning-python-for-non-developers.html "> learning Python</ a >
9797 that non-technical folks trying to learn to program may find useful.</ p >
9898</ li >
99+ < li >
100+ < p > The O'Reilly book
101+ < a href ="http://greenteapress.com/thinkpython/html/index.html "> Think Python: How to Think Like a Computer Scientist</ a >
102+ is available in HTML form for free on the web.</ p >
103+ </ li >
99104</ ul >
100- < h2 > Experienced Developers New to Python</ h2 >
105+ < h2 > Experienced developers new to Python</ h2 >
101106< ul >
102107< li >
103108< p > < a href ="http://learnxinyminutes.com/docs/python/ "> Learn Python in y minutes</ a >
@@ -118,12 +123,32 @@ <h2>Experienced Developers New to Python</h2>
118123 as the community.</ p >
119124</ li >
120125</ ul >
121- < h2 > Intermediate </ h2 >
126+ < h2 > Beyond the basics </ h2 >
122127< ul >
123- < li > < a href ="https://www.neckbeardrepublic.com/ "> Neckbeard Republic</ a > provides free
128+ < li >
129+ < p > < a href ="https://www.neckbeardrepublic.com/ "> Neckbeard Republic</ a > provides free
124130 screencasts for learning intermediate topics. I typically prefer to learn
125131 by reading. However, these videos are helpful in seeing the code on the
126- screen instead of just looking at static code snippets.</ li >
132+ screen instead of just looking at static code snippets.</ p >
133+ </ li >
134+ < li >
135+ < p > The < a href ="http://www.reddit.com/r/python "> Python Subreddit</ a > rolls up great
136+ Python links and has an active community ready to answer questions from
137+ beginners and advanced Python developers alike.</ p >
138+ </ li >
139+ </ ul >
140+ < h2 > Newsletters</ h2 >
141+ < ul >
142+ < li >
143+ < p > < a href ="http://www.pythonweekly.com/ "> Python Weekly</ a > is a free weekly roundup
144+ of the latest Python articles, videos, projects, and upcoming events.</ p >
145+ </ li >
146+ < li >
147+ < p > < a href ="http://pycoders.com/ "> PyCoder's Weekly</ a > is another great free weekly
148+ email newsletter similar to Python Weekly. The best resources are generally
149+ covered in both newsletters but they often cover different articles
150+ and projects from around the web.</ p >
151+ </ li >
127152</ ul >
128153 < br />
129154 Next read the
0 commit comments