#pep-750

[ follow ]
fromTall, Snarky Canadian
6 days ago

Unravelling t-strings

t-strings offer a new way to expose the parser used for f-strings in Python 3.14, allowing for distinct string manipulation and formatting capabilities.
Typography
fromRealpython
5 months ago

Python News Roundup: December 2024 - Real Python

PEP 750 introduces template strings (t-strings), which are lazily evaluated and allow for more flexible string interpolation suitable for scenarios like performance-optimized logging and internationalization.
Python
[ Load more ]