Today I Learned TIL - The bisect Module Gives You Logarithmic Inserts Into a Sorted List 2 months ago • 1 min read
Today I Learned TIL - Python's sys.settrace is How Python Debuggers and Coverage Tools Work Under the Hood 2 months ago • 1 min read
Today I Learned TIL - asyncio.Queue Is the Backbone of Async Producer-Consumer Pipelines 2 months ago • 1 min read
Today I Learned TIL - In Python type() With Three Arguments Is a Dynamic Class Factory 2 months ago • 1 min read
Today I Learned TIL - Python's match Statements Are More Powerful Than You Think 2 months ago • 1 min read
Today I Learned TIL - Protocol Classes Enable Structural Typing (Duck Typing with Type Safety) 2 months ago • 1 min read
Today I Learned TIL - Python's pathlib.Path Makes File Operations Readable and Composable 2 months ago • 1 min read
Today I Learned TIL - Python's __init_subclass__ is a Lightweight Plugin System 2 months ago • 1 min read