Skip to content

Commit 0c350f1

Browse files
committed
upd8 2do stuff
1 parent e182e8b commit 0c350f1

File tree

5 files changed

+3
-83
lines changed

5 files changed

+3
-83
lines changed

TODO.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,20 @@ This tutorial is not complete. It still needs:
44

55
- range somewhere
66
- **More exercises and examples everywhere!**
7+
- especially "fix this" exercises
78
- classes part 1:
89

910
<deniska> Akuli: I would probably add an example of refactoring
1011
a bunch of functions working with shared global data
1112
into a class because it's a pretty typical usecase
1213

1314
- classes part 2
14-
- non-public `_variables` (maybe reading PEP-8 is enough to explain this?)
15+
- non-public `_variables`
1516
- "singular" inheritance, inheritance of built-in classes
1617
- using super
1718
- advise to avoid multiple inheritance
18-
- iterables and iterators: something most Python programmers need to be
19-
aware of
2019
- last chapter: "What should I do now?" links to other resources
20+
- first of all: read zen and pep8
2121
- GUI programming tutorials
2222
- easygui
2323
- tkinter in effbot (warn the readers about star imports)
@@ -27,7 +27,6 @@ This tutorial is not complete. It still needs:
2727
- David Beazley's metaprogramming and other talks
2828
- "What the heck is this?" section for stuff i haven't talked about
2929
- regexes
30-
- yield
3130

3231
***
3332

todo/dicts-and-tuples.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

todo/genexample.py

Lines changed: 0 additions & 18 deletions
This file was deleted.

todo/iterators.md

Lines changed: 0 additions & 40 deletions
This file was deleted.

todo/yield-example.py

Lines changed: 0 additions & 18 deletions
This file was deleted.

0 commit comments

Comments
 (0)