====== Python Tipps & Tricks ====== === Rekursion === * [[http://stackoverflow.com/questions/12399259/finding-the-level-of-recursion-call-in-python|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