Python Tipps & Tricks
Rekursion
finding-the-level-of-recursion-call
Dictionarys
Iterate through Dictionaries:
https://realpython.com/iterate-through-dictionary-python/#iterating-through-items
Get the first key value in a dictionary:
https://www.adamsmith.haus/python/answers/how-to-get-the-first-key-value-in-a-dictionary-in-python