Do You Get It Now? Learn about Python’s .__getitem__(), .__getattr__(), .__getattribute__(), and .__get__(): how they’re different and where to use them. STEPHEN GRUPPETTA
Depot CI: Built for the Agent era Depot CI: A new CI engine. Fast by design. Your GitHub Actions workflows, running on a fundamentally faster engine — instant job startup, parallel steps, full debuggability, per-second billing. One command to migrate → DEPOTsponsor
Handling Schema Issues in Polars You’ve got this great data pipeline going until one day it stops working. A schema error causes by a column upstream has stopped you in your tracks. This post talks about the four different causes of schema errors and what to do about them. THIJS NIEUWDORP
Textual: An Intro to DOM Queries (Part II) Textual is a TUI framework library for building terminal applications. It uses a DOM to represent the widgets in the application, and that DOM is queryable. This is part 2 in a series on how to find things in your Textual DOM. MIKE DRISCOLL
Why TUIs Are Back Terminal User Interfaces are seeing a resurgence in the tools space. This opinion piece briefly talks about the history of interfaces and why we are where we are now. ALCIDES FONSECA
Parallel Python at Anyscale With Ray Talk Python interviews Richard Liaw and Edward Oakes. They talk about Ray, an open source Python framework a distributed execution engine for AI workloads. TALK PYTHONpodcast
Python 3.14.5 Release Candidate Normally nobody fusses over a release candidate of a point release, but 3.14.5 includes a major change: rolling back of the incremental garbage collector. HUGO VAN KEMENADE