Python Grundlagen (Jupyter Notebook)#
- Hello Jupyter Notebook
- BlahBlah
- Syntax etc
- Variables
- Datatypes
- Compound Datatypes
- References, (Im)mutability
whileloops, andelseforloops (andelse)- Iteration
- The
range()Function, Iterator Protocol yield- Encoding, and String
- Regular Expression
- f-Strings (since Python 3.6 !!)
- Miscellaneous String Methods
- File I/O
- Tuples Containing Only One Element
- Iterables, Lists, and the
itertoolsModules - Destructor?
- Tuple Unpacking on Dictionaries
subprocess