Python’s T-Strings Coming Soon and Other Python News for May 2025
Welcome to the May 2025 edition of the Python news roundup. Last month brought confirmation that Python will have the eagerly-awaited template strings, or t-strings, included in the next release. You’ll also read about other key developments in Python’s evolution from the past month, updates from the Django world, and exciting announcements from the community around upcoming conferences.
From new PEPs and alpha releases to major framework updates, here’s what’s been happening in the world of Python.
PEP 750: Template Strings Coming to Python
PEP 750 introduces template strings, a new standard mechanism for defining string templates as reusable, structured objects. Unlike f-strings or str.format()
, which