File tree 1 file changed +7
-0
lines changed
1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change 2
2
3
3
This tutorial is not complete. It still needs:
4
4
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' `
5
11
- range somewhere
6
12
- ** More exercises and examples everywhere!**
7
13
- especially "fix this" exercises
@@ -18,6 +24,7 @@ This tutorial is not complete. It still needs:
18
24
- advise to avoid multiple inheritance
19
25
- last chapter: "What should I do now?" links to other resources
20
26
- first of all: read zen and pep8
27
+ - explanation of the zen, especially the "one right way" myth
21
28
- GUI programming tutorials
22
29
- easygui
23
30
- tkinter in effbot (warn the readers about star imports)
You can’t perform that action at this time.
0 commit comments