mirror of
https://github.com/kennethreitz/dive-into-python3.git
synced 2026-06-05 23:10:17 +00:00
about page fiddling
This commit is contained in:
+17
-30
@@ -1,40 +1,26 @@
|
||||
* Installing Python
|
||||
* Your First Python Program
|
||||
* TODO mention why from module import * is only allowed at module level
|
||||
** TODO mention why from module import * is only allowed at module level
|
||||
* Native Datatypes
|
||||
* Strings
|
||||
* Regular Expressions
|
||||
* Closures & Generators
|
||||
* Classes & Iterators
|
||||
* Advanced Iterators
|
||||
** TODO 2nd draft
|
||||
* Unit Testing
|
||||
** TODO 2nd draft
|
||||
* Advanced Unit Testing
|
||||
** TODO 1st draft
|
||||
* Refactoring
|
||||
** TODO 2nd draft
|
||||
* Advanced Classes
|
||||
** TODO 1st draft
|
||||
* Files
|
||||
** TODO 1st draft
|
||||
* XML
|
||||
** TODO 2nd draft
|
||||
* Serializing Python Objects
|
||||
** TODO 1st draft
|
||||
* HTTP Web Services
|
||||
** TODO 2nd draft
|
||||
* Threading & Multiprocessing
|
||||
** TODO 1st draft
|
||||
* Packaging Python libraries
|
||||
** TODO 1st draft
|
||||
* Case Study: Porting chardet to Python 3
|
||||
** TODO 2nd draft
|
||||
* TODO 2nd draft Advanced Iterators
|
||||
* TODO 2nd draft Unit Testing
|
||||
* TODO 1st draft Advanced Unit Testing
|
||||
* TODO 2nd draft Refactoring
|
||||
* TODO 1st draft Advanced Classes
|
||||
* TODO 1st draft Files
|
||||
* TODO 2nd draft XML
|
||||
* TODO 1st draft Serializing Python Objects
|
||||
* TODO 2nd draft HTTP Web Services
|
||||
* TODO 1st draft Threading & Multiprocessing
|
||||
* TODO 1st draft Packaging Python libraries
|
||||
* TODO 2nd draft Case Study: Porting chardet to Python 3
|
||||
* Where to go from here
|
||||
* Porting Code to Python 3 with 2to3
|
||||
** TODO 2nd draft
|
||||
* Special Method Names
|
||||
** TODO 2nd draft
|
||||
* TODO 2nd draft Porting Code to Python 3 with 2to3
|
||||
* TODO 2nd draft Special Method Names
|
||||
* Bits to add somewhere
|
||||
** TODO section on tuples
|
||||
** TODO section (chapter?) on comprehensions
|
||||
@@ -52,4 +38,5 @@ they update when the dictionary changes
|
||||
* Meta
|
||||
** TODO generate HTML
|
||||
** TODO generate PDF
|
||||
** TODO all <pre> blocks without numbers should be marked class=nd
|
||||
** DONE all <pre> blocks without numbers should be marked class=nd
|
||||
CLOSED: [2009-07-14 Tue 20:55]
|
||||
|
||||
Reference in New Issue
Block a user