Python

Skipping the first part of an iterable in Python · article
Pausing and resuming a socket server in Python · article
Debugging a containerized Django application in Jupyter Notebook · article
Manipulating text with query expressions in Django · article
Using tqdm with concurrent.fututes in Python · article
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
Guard clause and exhaustiveness checking · 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