Hello!

I’m a software developer based in the UK. This is my small patch of internet wherein I talk about Python and associated tech.

Recent posts

  1. type object ‘MyModel’ has no attribute ‘DoesNotExist’
    TIL not all model attributes are created equally
    django python til
  2. Origins of “The Rule of Three”
    Investigating a piece of software folklore
    programming history
  3. Better Python mock assertions
    Avoiding tortured assertions when mocking
    python testing