Python Grundlagen (Jupyter Notebook)¶
- BlahBlah
- Strings und Quotes
- Comments vs. Docstrings
- Variables and Types
- Datatypes
- Compound Datatypes
- Exercise: Digit To English Word
- Exercise: Determine Maximum of Two Numbers
while
Loops- Ranges
- Exercise: Sort out Duplicates
- Algorithmic Complexity
- More on Lists
- More On Dictionaries
- More On Sets
eval()
,json
- References, (Im)mutability
- File I/O
- Encoding
enumerate()