Entries published on December 4, 2023
Easy HTTP status codes in Python
This is part of a series of posts I’m doing as a sort of Python/Django Advent calendar for Advent 2023, offering a small tip or piece of information each day from the first Sunday of Advent through Christmas Eve. See the first post in the series for an introduction.
The most useful test
I could be misremembering, but I think Frank Wiles was the first person I ever heard explain that, for a web application, the single most useful test you can add to your test suite, and the very first one you should always add, is just a test …