Skip to content
TILens What matters today in tech
Theme

Topic · Edition

Python

2 items on 11 May 2026
Python

#548: Event Sourcing Design Pattern

What if your database worked more like Git? Every change captured as an immutable event you can replay, instead of a single mutating row that quietly forgets its own history. That's event sourcing, and Chris May is back…

Source: Talk Python To Me Michael Kennedy (@mkennedy)
Python

#479 Talking About Types

Topics include httpxyz one month in, Learn concurrency - a deep dive into multithreading with Python, pip 26.1 - lockfiles and dependency cooldowns, and Python 3.15 `sentinal` values from PEP 661.

Source: Python Bytes Michael Kennedy and Calvin Hendryx-Parker