Skip to content
TILens What matters today in tech
Theme

Daily edition · Python

The daily ledger

TILens turns technical updates into a focused daily brief: official releases, trusted reporting, and practitioner analysis, deduplicated and organized by topic.

26 Jun 2023 edition
Python

#342 Don't Believe Those Old Blogging Myths

Topics include Plumbum: Shell Combinators and More, Our plan for Python 3.13, Some blogging myths, and Jupyter AI.

Source: Python Bytes Michael Kennedy and Calvin Hendryx-Parker
Python

#420: Database Consistency & Isolation for Python Devs

When you use a SQL database like Postgres, you have to understand the subtleties of isolation levels from "read committed" to "serializable." And distributed databases like MongoDB offer a range of consistency levels,…

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