mirror of
https://github.com/kennethreitz/dive-into-python3.git
synced 2026-06-05 15:00:18 +00:00
more stubbing
This commit is contained in:
+4
-6
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user