mirror of
https://github.com/kennethreitz/dive-into-python3.git
synced 2026-06-05 23:10:17 +00:00
added #furtherreading section
This commit is contained in:
@@ -817,6 +817,30 @@ def __exit__(self, *args):
|
||||
<td><a href=http://docs.python.org/3.1/library/abc.html#abc.ABCMeta.__subclasshook__><code>MyABC.<dfn>__subclasshook__</dfn>(C)</code></a>
|
||||
</table>
|
||||
|
||||
<h2 id=furtherreading>Further Reading</h2>
|
||||
|
||||
<p>Modules mentioned in this appendix:
|
||||
|
||||
<ul>
|
||||
<li><a href=http://docs.python.org/3.1/library/zipfile.html><code>zipfile</code> module</a>
|
||||
<li><a href=http://docs.python.org/3.1/library/cgi.html><code>cgi</code> module</a>
|
||||
<li><a href=http://www.python.org/doc/3.1/library/collections.html><code>collections</code> module</a>
|
||||
<li><a href=http://docs.python.org/3.1/library/math.html><code>math</code> module</a>
|
||||
<li><a href=http://docs.python.org/3.1/library/pickle.html><code>pickle</code> module</a>
|
||||
<li><a href=http://docs.python.org/3.1/library/copy.html><code>copy</code> module</a>
|
||||
<li><a href=http://docs.python.org/3.1/library/abc.html><code>abc</code> (“Abstract Base Classes”) module</a>
|
||||
</ul>
|
||||
|
||||
<p>Other light reading:
|
||||
|
||||
<ul>
|
||||
<li><a href=http://www.python.org/doc/3.1/library/string.html#formatspec>Format Specification Mini-Language</a>
|
||||
<li><a href=http://www.python.org/doc/3.1/reference/datamodel.html>Python data model</a>
|
||||
<li><a href=http://www.python.org/doc/3.1/library/stdtypes.html>Built-in types</a>
|
||||
<li><a href=http://www.python.org/dev/peps/pep-0357/><abbr>PEP</abbr> 357: Allowing Any Object to be Used for Slicing</a>
|
||||
<li><a href=http://www.python.org/dev/peps/pep-3119/><abbr>PEP</abbr> 3119: Introducing Abstract Base Classes</a>
|
||||
</ul>
|
||||
|
||||
<p class=v><a href=porting-code-to-python-3-with-2to3.html rel=prev title='back to “Porting code to Python 3 with 2to3”'><span class=u>☜</span></a> <a rel=next class=todo><span class=u>☞</span></a>
|
||||
<p class=c>© 2001–9 <a href=about.html>Mark Pilgrim</a>
|
||||
<script src=j/jquery.js></script>
|
||||
|
||||
Reference in New Issue
Block a user