Python Basics (2023-12-18 - 2023-12-20)# Python Basics (2023-12-18 - 2023-12-20) Variables Datatypes Integers Datatype Conversion Compound Datatypes List Tuple Dictionary Set Boolean Weirdness (Comprehensions) List Comprehension Dictionary Comprehension (Exchange key and Value of dict) Functional Programming set(), list(), dict() while (and else) range() range(), And Generators, The Iterator Protocol Functions Return Value? Parameters? More About Datatypes References, Immutability Und Schuetzen? More About Strings Formatting Regular Expressions Miscellaneous String Methods More About Lists More About Dictionaries More About Sets Comprehensions (Generator Expressions) File I/O pathlib, os.path Regexen distill.py