Skip to content

Commit 692698d

Browse files
committed
adding more resources to resources page
1 parent e064ed2 commit 692698d

File tree

3 files changed

+51
-10
lines changed

3 files changed

+51
-10
lines changed

best-python-resources.html

Lines changed: 30 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ <h1>Best Python Resources</h1>
8181
<p>This page aggregates the absolute best Python resources and explains from
8282
my biased perspective the best way to use each one. This is the list I wish
8383
I 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

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-12T22:36:21Z</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-13T12:05:35Z</updated></feed>

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

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ my biased perspective the best way to use each one. This is the list I wish
1414
I had when I was learning the language.
1515

1616

17-
## New to Programming
17+
## New to programming
1818
* To get an introduction to both Python and Django at the same time, purchase
1919
[Real Python](http://www.realpython.com/) by Fletcher, Michael, and Jeremy.
2020

@@ -25,8 +25,12 @@ I had when I was learning the language.
2525
[learning Python](http://www.mattmakai.com/learning-python-for-non-developers.html)
2626
that non-technical folks trying to learn to program may find useful.
2727

28+
* The O'Reilly book
29+
[Think Python: How to Think Like a Computer Scientist](http://greenteapress.com/thinkpython/html/index.html)
30+
is available in HTML form for free on the web.
2831

29-
## Experienced Developers New to Python
32+
33+
## Experienced developers new to Python
3034
* [Learn Python in y minutes](http://learnxinyminutes.com/docs/python/)
3135
provides a whirlwind tour of the Python language. The guide is especially
3236
useful if you're coming in with previous software development experience
@@ -43,11 +47,23 @@ I had when I was learning the language.
4347
as the community.
4448

4549

46-
47-
## Intermediate
50+
## Beyond the basics
4851
* [Neckbeard Republic](https://www.neckbeardrepublic.com/) provides free
4952
screencasts for learning intermediate topics. I typically prefer to learn
5053
by reading. However, these videos are helpful in seeing the code on the
5154
screen instead of just looking at static code snippets.
5255

56+
* The [Python Subreddit](http://www.reddit.com/r/python) rolls up great
57+
Python links and has an active community ready to answer questions from
58+
beginners and advanced Python developers alike.
59+
60+
61+
## Newsletters
62+
* [Python Weekly](http://www.pythonweekly.com/) is a free weekly roundup
63+
of the latest Python articles, videos, projects, and upcoming events.
64+
65+
* [PyCoder's Weekly](http://pycoders.com/) is another great free weekly
66+
email newsletter similar to Python Weekly. The best resources are generally
67+
covered in both newsletters but they often cover different articles
68+
and projects from around the web.
5369

0 commit comments

Comments
 (0)