mirror of
https://github.com/kennethreitz/dive-into-python3.git
synced 2026-06-05 23:10:17 +00:00
some more further reading links
This commit is contained in:
@@ -405,6 +405,10 @@ def plural(noun, rules_filename='plural5-rules.txt'):
|
||||
<h2 id=furtherreading>Further Reading</h2>
|
||||
<ul>
|
||||
<li><a href=http://www.python.org/dev/peps/pep-0255/>PEP 255: Simple Generators</a>
|
||||
<li><a href=http://effbot.org/zone/python-with-statement.htm>Understanding Python’s “with” statement</a>
|
||||
<li><a href=http://ynniv.com/blog/2007/08/closures-in-python.html>Closures in Python</a>
|
||||
<li><a href=http://en.wikipedia.org/wiki/Fibonacci_number>Fibonacci numbers</a>
|
||||
<li><a href=http://www2.gsu.edu/~wwwesl/egw/crump.htm>English Irregular Plural Nouns</a>
|
||||
</ul>
|
||||
|
||||
<p class=v><a href=regular-expressions.html rel=prev title='back to “Regular Expressions”'><span class=u>☜</span></a> <a href=iterators.html rel=next title='onward to “Iterators”'><span class=u>☞</span></a>
|
||||
|
||||
Reference in New Issue
Block a user