Python tracebacks are printed when a python program crashes - this is the output that starts with `Traceback (most recent call last):`. In this video we explain how to read them, what the call stack and stack frames are in the context of Python, and how to customize the behavior of sys.excepthook() when an unhandled exception occurs.