Skip to content

Commit 8a98e07

Browse files
committed
adding python iaq
1 parent 207d43b commit 8a98e07

4 files changed

Lines changed: 15 additions & 1 deletion

File tree

all.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -298,6 +298,11 @@ <h2>Beyond the basics</h2>
298298
<p><a href="http://pythonbooks.revolunet.com/">Python Books</a> is a collection of freely
299299
available books on Python, Django, and data analysis.</p>
300300
</li>
301+
<li>
302+
<p><a href="http://norvig.com/python-iaq.html">Python IAQ: Infrequently Asked Questions</a>
303+
is a list of quirky queries on rare Python features and why certain syntax
304+
was or was not built into the language.</p>
305+
</li>
301306
</ul>
302307
<h2>Videos, screencasts and presentations</h2>
303308
<p>Videos from conferences and meetups along with screencasts are listed on

best-python-resources.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,11 @@ <h2>Beyond the basics</h2>
176176
<p><a href="http://pythonbooks.revolunet.com/">Python Books</a> is a collection of freely
177177
available books on Python, Django, and data analysis.</p>
178178
</li>
179+
<li>
180+
<p><a href="http://norvig.com/python-iaq.html">Python IAQ: Infrequently Asked Questions</a>
181+
is a list of quirky queries on rare Python features and why certain syntax
182+
was or was not built into the language.</p>
183+
</li>
179184
</ul>
180185
<h2>Videos, screencasts and presentations</h2>
181186
<p>Videos from conferences and meetups along with screencasts are listed on

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>2015-05-15T17:06:08Z</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>2015-05-16T18:18:50Z</updated></feed>

source/content/pages/02-learning-programming/02-best-python-resources.markdown

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,10 @@ should skip down to the next section for "experienced developers".
125125
* [Python Books](http://pythonbooks.revolunet.com/) is a collection of freely
126126
available books on Python, Django, and data analysis.
127127

128+
* [Python IAQ: Infrequently Asked Questions](http://norvig.com/python-iaq.html)
129+
is a list of quirky queries on rare Python features and why certain syntax
130+
was or was not built into the language.
131+
128132

129133
## Videos, screencasts and presentations
130134
Videos from conferences and meetups along with screencasts are listed on

0 commit comments

Comments
 (0)