Add section about the optional typing support of Python. Introduce all primitiv data types e.g. `text: str = "Hello World"` `answerToEverything: int = 42` But also commonly used data structures like dicts with key,value. Value might also be a class.