Python has introduced a new string formatting feature called t-strings for advanced use-cases such as SQL, HTML, and DSLs.
t-strings are seen as the next evolution of Python string formatting after f-strings, aiming to address security concerns and runtime code manifestations.
PEP 750 introduces Template Strings and is designed to enable writing domain-specific languages.
Guests on the show include Paul Everitt, David Peck, and Jim Baker discussing the new t-strings feature in Python.