added notes

This commit is contained in:
2024-01-18 05:27:32 +01:00
parent 60d3bab464
commit 7ab54d324d
2 changed files with 68 additions and 0 deletions

20
Tutorium/tut12/notes.md Normal file
View File

@ -0,0 +1,20 @@
# Notes for Tutorium 12 - 19.01.2024
## Topics
- Type Annotation - The Full Guide
- Basics
- parameter
- variable
- return type
-
- Advanced
- Collections
- args, kwargs
- Functional programming
- map
- filter
- reduce
- function composition
- monads - Result/Optional
- Pattern-Matching