Noisebridge Python Class - Python Debugging with PUDB, Charles and cProfile

Details
Also know as: ARG! WHY AREN'T YOU WORKING!?
Speaker: Christopher Beacham / Lady Red, Engineer at Hipmunk
When tracking down a tricky bug, tools are everything. I'll demonstrate these three useful debugging tools and we'll see how to use them to find bugs from networking to performance.There will be a challenge problem where we use these tools against some sample broken code.
For more information please see:
Wiki Entry (https://noisebridge.net/wiki/Pyclass)
Lessons (https://github.com/PyClass/PyClassLessons/tree/master/course)
• Week 1 - March 6 - JSON and File Manipulation
• Week 2 - March 13 - String Management
• Week 3 - March 20 - Storing data with sqlite databases
• Break - March 27 - No Class!
• Week 4 - April 3 - Thinking in Algorithms, Bubble Sort
• Week 5 - April 10 - Functions Omnibus
• Break 2 - April 17 - No Class!
• Week 6 - April 24 - Flask Basics / what is a web application?

Noisebridge Python Class - Python Debugging with PUDB, Charles and cProfile