Python: Common Gotchas
https://docs.python-guide.org/writing/gotchas/
PythonPython has some gotchas that are good to know. The Python documentation has a whole page dedicated to non-intuitive and problematic behavior in Python, for example regarding mutable default arguments.