Django

A 2-post collection

Python Technical Guide: An Introduction to PDB

Any software developer knows that good code doesn’t get written right the first time, and when unexpected behavior occurs eyeballing the code or even using print statements can end up falling short. This year at PyCon, I had the pleasure of attending a talk by Clayton Parker about an »

Mocking Strategies and Frameworks for Python

On February 10th, Excella’s Dan Davis presented “Mocking Strategies and Frameworks for Python” at Django-District meetup. Check out the video of the presentation and the slides. »