Python

Notes on the Python programming language — testing, async, type hints, and practical patterns.

Faster bulk_update in Django · article
Installing Python on macOS with asdf · article
Save models with update_fields for better performance in Django · article
Python logging quirks in AWS Lambda environment · article
Dissecting an outage caused by eager-loading file content · article
Verifying webhook origin via payload hash signing · article
Recipes from Python SQLite docs · article
Prefer urlsplit over urlparse to destructure URLs · article
ExitStack in Python · article
Compose multiple levels of fixtures in pytest · article
Patch where the object is used · article
Partially assert callable arguments with 'unittest.mock.ANY' · article
Apply constraints with 'assert' in Python · article
Stream process a CSV file in Python · article
Bulk operations in Django with process pool · article
Read a CSV file from s3 without saving it to the disk · article
Safer 'operator.itemgetter' in Python · article
Return JSON error payload instead of HTML text in DRF · article
Decoupling producers and consumers of iterables with generators in Python · article
Pre-allocated lists in Python · article
Disallow large file download from URLs in Python · article
Declaratively transform data class fields in Python · article
Caching connection objects in Python · article
How not to run a script in Python · article
Mocking chained methods of datetime objects in Python · article
Declarative payloads with TypedDict in Python · article
Parametrized fixtures in pytest · article
Modify iterables while iterating in Python · article
Github action template for Python based projects · article
Self type in Python · article