mirror of
https://github.com/kennethreitz/dive-into-python3.git
synced 2026-06-05 23:10:17 +00:00
iterators and generators chapter
--HG-- rename : humansize.py => examples/humansize.py rename : roman1.py => examples/roman1.py rename : roman2.py => examples/roman2.py rename : roman3.py => examples/roman3.py rename : roman4.py => examples/roman4.py rename : roman5.py => examples/roman5.py rename : roman6.py => examples/roman6.py rename : roman7.py => examples/roman7.py rename : roman8.py => examples/roman8.py rename : romantest1.py => examples/romantest1.py rename : romantest2.py => examples/romantest2.py rename : romantest3.py => examples/romantest3.py rename : romantest4.py => examples/romantest4.py rename : romantest5.py => examples/romantest5.py rename : romantest6.py => examples/romantest6.py rename : romantest7.py => examples/romantest7.py rename : romantest8.py => examples/romantest8.py
This commit is contained in:
+7
-7
@@ -23,27 +23,27 @@ h1:before{content:""}
|
||||
|
||||
<ol start=0>
|
||||
<li class=todo>Installing Python
|
||||
<li><a href=your-first-python-program.html>Your first Python program</a>
|
||||
<li><a href=native-datatypes.html>Native datatypes</a>
|
||||
<li><a href=your-first-python-program.html>Your First Python Program</a>
|
||||
<li><a href=native-datatypes.html>Native Datatypes</a>
|
||||
<li><a href=strings.html>Strings</a>
|
||||
<li><a href=regular-expressions.html>Regular expressions</a>
|
||||
<li><a href=regular-expressions.html>Regular Expressions</a>
|
||||
<li class=todo>The power of introspection
|
||||
<li class=todo>Objects and object-orientation
|
||||
<li><a href=unit-testing.html>Unit testing</a>
|
||||
<li><a href=unit-testing.html>Unit Testing</a>
|
||||
<li class=todo>Test-first programming
|
||||
<li class=todo>Refactoring your code
|
||||
<li class=todo>Files
|
||||
<li><a href=iterators-and-generators.html>Iterators <i class=baa>&</i> Generators</a>
|
||||
<li class=todo>HTML processing
|
||||
<li class=todo>XML processing
|
||||
<li class=todo>Web services
|
||||
<li class=todo>Dynamic functions
|
||||
<li class=todo>Metaclasses
|
||||
<li class=todo>Performance tuning
|
||||
<li class=todo>Packaging Python libraries
|
||||
<li class=todo>Creating graphics with the Python Imaging Library
|
||||
<li class=todo>Where to go from here
|
||||
<li><a href=case-study-porting-chardet-to-python-3.html>Case study: porting <code>chardet</code> to Python 3</a>
|
||||
<li id=a><a href=porting-code-to-python-3-with-2to3.html>Porting code to Python 3 with <code>2to3</code></a>
|
||||
<li><a href=case-study-porting-chardet-to-python-3.html>Case Study: Porting <code>chardet</code> to Python 3</a>
|
||||
<li id=a><a href=porting-code-to-python-3-with-2to3.html>Porting Code to Python 3 with <code>2to3</code></a>
|
||||
</ol>
|
||||
|
||||
<p>There is a <a href=http://hg.diveintopython3.org/>changelog</a>, a <a type=application/atom+xml href=http://hg.diveintopython3.org/atom-log>feed</a>, and <a href="http://www.reddit.com/search?q=%22Dive+Into+Python+3%22&sort=new">discussion on Reddit</a>. During development, you can download the book by cloning the Mercurial repository:
|
||||
|
||||
Reference in New Issue
Block a user