File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 3
3
This tutorial is not complete. It still needs:
4
4
5
5
- range somewhere
6
- - Better lists chapter, also introduce tuples in it
7
6
- ** More exercises and examples everywhere!**
8
- - explain bool(x) and why it matters
7
+ - classes part 1:
8
+
9
+ <deniska> Akuli: I would probably add an example of refactoring
10
+ a bunch of functions working with shared global data
11
+ into a class because it's a pretty typical usecase
12
+
9
13
- classes part 2
10
14
- non-public ` _variables ` (maybe reading PEP-8 is enough to explain this?)
11
15
- "singular" inheritance, inheritance of built-in classes
12
16
- using super
13
- - no classes part 3 with multiple inheritance, it's not something people need
17
+ - advise to avoid multiple inheritance
14
18
- iterables and iterators: something most Python programmers need to be
15
19
aware of
16
20
- last chapter: "What should I do now?" links to other resources
You can’t perform that action at this time.
0 commit comments