Skip to content
TILens What matters today in tech
Theme
Topics - Python
Calendar · JAN 2026
M01 Jan 2026
1 2 3 4
6 7 8 9 10 11
12 2 15 16 17 18
19 20 21 22 24 25
26 27 28 29 30 31

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)