Intro to PDB: or how I found a bug in Requests
Details
Jesse will cover basic debugging using the Python debugger (pdb) without an IDE, as well as some more efficient debugging with the more feature-rich iPython debugger (ipdb). We'll mix in a little HTTP troubleshooting to show how he found a bug in the popular Python Requests module.
