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