Contribute Media
A thank you to everyone who makes this possible: Read More

Machete-mode debugging: Hacking your way out of a tight spot

Description

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

Improve this page