Skip to content

Commit f0883fb

Browse files
committed
adding new intermediate resource
1 parent 9562235 commit f0883fb

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

best-python-resources.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,11 @@ <h2>Beyond the basics</h2>
120120
beginners and advanced Python developers alike.</p>
121121
</li>
122122
<li>
123+
<p><a href="http://jessenoller.com/good-to-great-python-reads/">Good to Great Python Reads</a>
124+
is a collection of intermediate and advanced Python articles around the web
125+
focused on nuances and details of the Python language itself.</p>
126+
</li>
127+
<li>
123128
<p>The blog <a href="http://freepythontips.wordpress.com/">Free Python Tips</a> provides
124129
posts on Python topics as well as news for the Python ecosystem.</p>
125130
</li>

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-06-10T07:25:13Z</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-06-11T09:01:54Z</updated></feed>

source/content/pages/10-misc/1001-best-python-resources.markdown

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,10 @@ I had when I was learning the language.
8383
Python links and has an active community ready to answer questions from
8484
beginners and advanced Python developers alike.
8585

86+
* [Good to Great Python Reads](http://jessenoller.com/good-to-great-python-reads/)
87+
is a collection of intermediate and advanced Python articles around the web
88+
focused on nuances and details of the Python language itself.
89+
8690
* The blog [Free Python Tips](http://freepythontips.wordpress.com/) provides
8791
posts on Python topics as well as news for the Python ecosystem.
8892

0 commit comments

Comments
 (0)