File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change 22
33This 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)
You can’t perform that action at this time.
0 commit comments