Skip to content

Commit c381320

Browse files
committed
updating the todo list
1 parent b0a5b1f commit c381320

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

TODO.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
This tutorial is not complete. It still needs:
44

5+
- replacement for the thinkpython linking file
6+
- what is a type and why it matters
7+
- also add `type()` calls to other places, especially when
8+
introducing tuples (thanks kodec), functions and modules
9+
- `3.14` and `'3.14'`
10+
- `# 'hello'` and `'# hello'`
511
- range somewhere
612
- **More exercises and examples everywhere!**
713
- especially "fix this" exercises
@@ -18,6 +24,7 @@ This tutorial is not complete. It still needs:
1824
- advise to avoid multiple inheritance
1925
- last chapter: "What should I do now?" links to other resources
2026
- first of all: read zen and pep8
27+
- explanation of the zen, especially the "one right way" myth
2128
- GUI programming tutorials
2229
- easygui
2330
- tkinter in effbot (warn the readers about star imports)

0 commit comments

Comments
 (0)