File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
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