-
Exceptions or conditional checks in Python
When EAFP keeps application code cleaner than returning `None` through multiple layers.
-
Python hash() and identity
`hash()` is not a stable identity function, and large integer-style hashes can be truncated to platform hash width.
-
Flatten nested iteration in Python
How to flatten nested iteration with `itertools.chain` and generator expressions without making the code harder to read.
-
Python generators in practice
Concrete situations where generators actually earn their keep.
-
Stale
This article is outdated — information may no longer be accurate.
Family Budget Bot v1 for Telegram
A self-hosted Telegram bot for tracking shared family expenses.
-
Stale
This article is outdated — information may no longer be accurate.
My Notion setup
An area-based Notion system for storing notes, activities, and technical references without turning the workspace into a maze.