Skip to content

Commit 78d579b

Browse files
committed
update todo list
1 parent 96ff1c1 commit 78d579b

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

TODO.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,18 @@
33
This 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

0 commit comments

Comments
 (0)