mirror of
https://github.com/kennethreitz/dive-into-python3.git
synced 2026-06-05 23:10:17 +00:00
split iterators-and-generators into 2 chapters, added stubs for introduction to python classes (in iterators chapter)
--HG-- rename : iterators-and-generators.html => generators.html
This commit is contained in:
+2
-2
@@ -27,9 +27,9 @@ h1:before{content:""}
|
||||
<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=iterators-and-generators.html>Iterators <i class=baa>&</i> Generators</a>
|
||||
<li><a href=generators.html>Generators</a>
|
||||
<li><a href=iterators.html>Iterators</a>
|
||||
<li><a href=advanced-iterators.html>Advanced Iterators</a>
|
||||
<li class=todo>Objects and object-orientation
|
||||
<li><a href=unit-testing.html>Unit Testing</a>
|
||||
<li class=todo>Test-first programming
|
||||
<li><a href=refactoring.html>Refactoring</a>
|
||||
|
||||
Reference in New Issue
Block a user