MENU

Fun & Interesting

Ned Batchelder - Machete-mode debugging: Hacking your way out of a tight spot - PyCon 2016

PyCon 2016 13,435 9 years ago
Video Not Working? Fix It Now

Speaker: Ned Batchelder When chasing mysterious bugs, it's helpful to use all the tools at your disposal. We'll explore ways to use Python's dynamic tools to help track down the cause of head-scratching problems in large systems. Tools include the inspect module, monkey-patching, trace functions, and the Python mechanisms at work behind them all. Slides can be found at: https://speakerdeck.com/pycon2016 and https://github.com/PyCon/2016-slides

Comment