Stream process a CSV file in Python
July 1, 2022 · article
Bulk operations in Django with process pool
June 27, 2022 · article
Read a CSV file from s3 without saving it to the disk
June 26, 2022 · article
Distil git logs attached to a single file
June 21, 2022 · article
Safer 'operator.itemgetter' in Python
June 16, 2022 · article
Guard clause and exhaustiveness checking
May 22, 2022 · article
Health check a server with 'nohup $(cmd) &'
April 18, 2022 · article
Return JSON error payload instead of HTML text in DRF
April 13, 2022 · article
Pre-allocated lists in Python
March 27, 2022 · article
In favor of sentence case
March 26, 2022 · article
Disallow large file download from URLs in Python
March 23, 2022 · article
Declaratively transform data class fields in Python
March 20, 2022 · article
Caching connection objects in Python
March 16, 2022 · article
How not to run a script in Python
March 16, 2022 · article
Mocking chained methods of datetime objects in Python
March 16, 2022 · article
Declarative payloads with TypedDict in Python
March 11, 2022 · article
Parametrized fixtures in pytest
March 10, 2022 · article
Modify iterables while iterating in Python
March 4, 2022 · article
Github action template for Python based projects
March 2, 2022 · article
Self type in Python
February 28, 2022 · article
Patching test dependencies via pytest fixture & unittest mock
February 27, 2022 · article
Narrowing types with TypeGuard in Python
February 23, 2022 · article
Why 'NoReturn' type exists in Python
February 21, 2022 · article
Add extra attributes to enum members in Python
February 17, 2022 · article
Peeking into the internals of Python's 'functools.wraps' decorator
February 14, 2022 · article
Limit concurrency with semaphore in Python asyncio
February 10, 2022 · article
Amphibian decorators in Python
February 6, 2022 · article
Go Rusty with exception handling in Python
February 2, 2022 · article
Variance of generic types in Python
January 31, 2022 · article