Pythonic specialities
This chapter aims to summarize special and typical (= ‘pythonic’) language elements of Python.
String .format() method: A convenient way to create strings for e.g. text output.
Unpacking operators * and **: Lists and dicts can be unpacked to a sequence of values.