Bookmarks (4) clear filters
-
Test Smarter, Not harder
Test Smarter, Not harder The more tests a project has, the better, right? Well, maybe not!...
-
Keyword-Only Arguments In Python
Keyword-Only Arguments In Python Keyword-only arguments have been around for a while in Python, but you...
-
Double-checked locking with Django ORM - lukeplant.me.uk
Double-Checked Locking With Django ORM The double-checked locking pattern is useful when you need to restrict...
-
Pylint false positives - lukeplant.me.uk
PyLint False Positives “In some recent discussion on Reddit, I claimed that, for cases where I’m...