Back to Browse

Reading Python tracebacks

2.6K views
Jul 11, 2020
7:51

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.

Download

1 formats

Video Formats

360pmp49.5 MB

Right-click 'Download' and select 'Save Link As' if the file opens in a new tab.

Reading Python tracebacks | NatokHD