Skip to content
TILens What matters today in tech
Theme

Topic · Edition

Python

2 items on 13 Jan 2026
Python

Python 3.15.0 alpha 4

Edit: This 3.15.0a4 was accidentally built against \ from 2025-12-23 instead of 2026-01-13, so 3.15.0a5 is an extra release correctly built against 2026-01-1...

Source: Python Insider Hugo van Kemenade
Python

#534: diskcache: Your secret Python perf weapon

Your cloud SSD is sitting there, bored, and it would like a job. Today we’re putting it to work with DiskCache, a simple, practical cache built on SQLite that can speed things up without spinning up Redis or extra…

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