Skip to content
TILens What matters today in tech
Theme

Daily edition · Languages

The daily ledger

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

04 Feb 2025 edition
Python

Python 3.13.2 and 3.12.9 now available!

A small release day today! That is to say the releases are relatively small; the day itself was of average size, as most days are. Python 3.13.2 Python 3.13’...

Source: Python Insider Thomas Wouters
Python

#419 Is your back end popular?

Topics include content-types package, Wagtail 6.4, Build It Yourself, and Build backend popularity over time.

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

JSON - The Fine Print: Part 2 - Emitting JSON

Introduction In part 1 we took a high-level view on serialization and JSON. In this part, we’ll roll our sleeves and start working with JSON, focused on emitting JSON. You might think this is a basic topic, but there is…

Source: Ardan Labs Blog