Tag

t-strings

1 views collected around this technical thread.

Python Programming Learning Circle
Python Programming Learning Circle
Jun 5, 2025 · Fundamentals

What’s New in Python 3.14? 7 Game‑Changing Features You Must Know

Python 3.14 brings a collection of major upgrades—t‑strings for safer templating, lazy type‑annotation evaluation, a standardized external debugger API, built‑in Zstandard compression, a smarter REPL, new UUID versions with 40% faster generation, and stricter finally‑block semantics—each aimed at improving developer productivity, security, and runtime performance.

PythonPython 3.14REPL
0 likes · 11 min read
What’s New in Python 3.14? 7 Game‑Changing Features You Must Know
Python Programming Learning Circle
Python Programming Learning Circle
Apr 23, 2025 · Fundamentals

Introducing t-strings in Python 3.14: A Safer, Flexible Alternative to f-strings

The article explains the upcoming Python 3.14 t-strings feature, describing how it generalizes f-strings into a Template type that improves security against injection attacks, demonstrates usage with code examples, and discusses its flexibility, future ecosystem support, and practical applications.

PEP 750Pythonsecurity
0 likes · 7 min read
Introducing t-strings in Python 3.14: A Safer, Flexible Alternative to f-strings