Today I Learned TIL - In Python concurrent.futures.as_completed Yields Tasks as Soon as They Finish 11 days ago • 1 min read
Today I Learned TIL - Python's ast.literal_eval Is the Safe Alternative to eval() 18 days ago • 1 min read
Today I Learned TIL - Python's types.SimpleNamespace Gives Quick Dot-Notation Access 18 days ago • 1 min read
Today I Learned TIL - Python's difflib.get_close_matches Gives You Built-in "Did You Mean?" Logic 18 days ago • 1 min read
Today I Learned TIL - Python's asyncio.Event Lets Coroutines Signal Each Other Without Polling a month ago • 1 min read
Today I Learned TIL - Observer Pattern Decouples Event Producers From Consumers a month ago • 1 min read
Today I Learned TIL - collections.deque with maxlen is a Zero-Effort Rolling Window 2 months ago • 1 min read
Today I Learned TIL - Python's operator.itemgetter Makes Multi-Key Sorting Fast and Expression-Free 2 months ago • 1 min read
Today I Learned TIL - The bisect Module Gives You Logarithmic Inserts Into a Sorted List 2 months ago • 1 min read