20 lines
366 B
Markdown
20 lines
366 B
Markdown
# 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 |