File tree Expand file tree Collapse file tree 5 files changed +3
-83
lines changed Expand file tree Collapse file tree 5 files changed +3
-83
lines changed Original file line number Diff line number Diff line change @@ -4,20 +4,20 @@ This tutorial is not complete. It still needs:
4
4
5
5
- range somewhere
6
6
- ** More exercises and examples everywhere!**
7
+ - especially "fix this" exercises
7
8
- classes part 1:
8
9
9
10
<deniska> Akuli: I would probably add an example of refactoring
10
11
a bunch of functions working with shared global data
11
12
into a class because it's a pretty typical usecase
12
13
13
14
- classes part 2
14
- - non-public ` _variables ` (maybe reading PEP-8 is enough to explain this?)
15
+ - non-public ` _variables `
15
16
- "singular" inheritance, inheritance of built-in classes
16
17
- using super
17
18
- advise to avoid multiple inheritance
18
- - iterables and iterators: something most Python programmers need to be
19
- aware of
20
19
- last chapter: "What should I do now?" links to other resources
20
+ - first of all: read zen and pep8
21
21
- GUI programming tutorials
22
22
- easygui
23
23
- tkinter in effbot (warn the readers about star imports)
@@ -27,7 +27,6 @@ This tutorial is not complete. It still needs:
27
27
- David Beazley's metaprogramming and other talks
28
28
- "What the heck is this?" section for stuff i haven't talked about
29
29
- regexes
30
- - yield
31
30
32
31
***
33
32
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments