From 39904f1b5d76f84967727762784b0603f75c407d Mon Sep 17 00:00:00 2001 From: waldek Date: Tue, 9 Nov 2021 18:46:06 +0100 Subject: [PATCH] pre evening session --- learning_python3.md | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/learning_python3.md b/learning_python3.md index 42be00b..1535b73 100644 --- a/learning_python3.md +++ b/learning_python3.md @@ -1834,22 +1834,26 @@ You can try them out at your own pace. I can give some hints or pointers if needed, either in class or individually. Don't hesitate to ask for help! -# Creating our own classes +# Creating our own objects -## Class examples +## First some *abstract* examples TODO simple animal or vehicle exercise -TODO task manager ## Class inheritance TODO shapes and surfaces -TODO superhero game -## Improve the login generator +## Now some *practical* improvements + +### Improve the login generator TODO convert the login generator to a class +### Improve the task manager + +TODO convert the task manager to a class + # Infinite programs * insist on the nature of scripts we did up until now