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 33This tutorial is not complete. It still needs:
44
55- range somewhere
6- - Better lists chapter, also introduce tuples in it
76- ** 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+
913- classes part 2
1014 - non-public ` _variables ` (maybe reading PEP-8 is enough to explain this?)
1115 - "singular" inheritance, inheritance of built-in classes
1216 - using super
13- - no classes part 3 with multiple inheritance, it's not something people need
17+ - advise to avoid multiple inheritance
1418- iterables and iterators: something most Python programmers need to be
1519 aware of
1620- last chapter: "What should I do now?" links to other resources
You can’t perform that action at this time.
0 commit comments