Python Grundlagen (Jupyter Notebook)¶
- Hello Jupyter Notebook
- BlahBlah
- Syntax etc
- Variables
- Datatypes
- Compound Datatypes
- References, (Im)mutability
while
loops, andelse
for
loops (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
itertools
Modules - Destructor?
- Tuple Unpacking on Dictionaries
subprocess