more stubbing

This commit is contained in:
Mark Pilgrim
2009-07-25 17:20:53 -04:00
parent e5b43fb442
commit 19a5b7e6b6
3 changed files with 193 additions and 1482 deletions
+4 -6
View File
@@ -2,10 +2,10 @@
* Your First Python Program
** TODO mention why from module import * is only allowed at module level
* Native Datatypes
** TODO section (chapter?) on comprehensions
*** TODO list comprehensions
*** TODO set comprehensions
*** TODO dictionary comprehensions
* TODO Comprehensions
** List comprehensions
** Set comprehensions
** Dictionary comprehensions
* Strings
* Regular Expressions
* Closures & Generators
@@ -13,9 +13,7 @@
* DONE 2nd draft Advanced Iterators
SCHEDULED: <2009-07-15 Wed> CLOSED: [2009-07-15 Wed 20:57]
* TODO 2nd draft Unit Testing
* TODO 1st draft Advanced Unit Testing
* TODO 2nd draft Refactoring
* TODO 1st draft Advanced Classes
* DONE 1st draft Files
SCHEDULED: <2009-07-16 Thu> CLOSED: [2009-07-19 Sun 15:26]
** Reading from text files