Ned Batchelder - Machete-mode debugging: Hacking your way out of a tight spot
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
May 28, 2016