Computer Science from Scratch:Build Interpreter, Art, Emulators and ML in Python
You know how to write Python. Now master the computer science that makes it work. (more…)
Read more »
As a follow up to Python Mocking 101: Fake It Before You Make It, this post covers some higher-level software engineering principles demonstrated in our Python testing over the past year and half. In particular, the idea of patching mock objects in unit t… Read more