forked from thewhitetulip/build-app-with-python-antitextbook
-
Notifications
You must be signed in to change notification settings - Fork 0
/
SUMMARY.md
14 lines (14 loc) · 756 Bytes
/
SUMMARY.md
1
2
3
4
5
6
7
8
9
10
11
12
13
14
* [Introduction](manuscript/01-intro-to-python.md)
* [More about Language](manuscript/02-more-about-language.md)
* [Variables](manuscript/03-01-understanding-variables.md)
* [Operators](manuscript/03-02-operators.md)
* [Lists, sets, dictionaries](manuscript/04-list-set-dict.md)
* [Constructs](manuscript/05-constructs.md)
* [File handling](manuscript/06-file-handling.md)
* [Exception handling](manuscript/08-exception.md)
* [Functions](manuscript/09-functions.md)
* [Writing a todo manager](manuscript/10-task.md)
* [Adding Functions](manuscript/11-function-tasks.md)
* [Adding Modules](manuscript/12-modules-tasks.md)
* [Some more examples](manuscript/13-examples.md)
* [Object oriented programming basics](manuscript/14-object-oriented-programming.md)