Here's a good intro to Python 3.14's t-strings by @davepeck, one of the authors of PEP 750 https://davepeck.org/2025/04/11/pythons-new-t-strings/
#Python #Python314 #PEP750 #tstrings
davepeck.org

Dave Peck's home on the web. Dave is an independent software developer, investor, and civic technologist.

@hugovk @davepeck And if you want to try out t-strings earlier, you can do so in the tstrings branch of the repo https://github.com/lysnikolaou/cpython
GitHub - lysnikolaou/cpython at tstrings

The Python programming language. Contribute to lysnikolaou/cpython development by creating an account on GitHub.

GitHub
@veit @hugovk @davepeck ist there already some real world html or sql templating implementation using it?
PEP 750 – Template Strings | peps.python.org

This PEP introduces template strings for custom string processing.

Python Enhancement Proposals (PEPs)
@veit(hah! we crossed streams ;-)
@hoffmann @veit @hugovk Nothing production quality yet. There is a working implementation of the html() method in the pep750 examples repo (with very throwaway prototype-y code behind it), and I know a few efforts are underway on the HTML and SQL fronts about which I think we’ll hear more during PyCon US… https://github.com/davepeck/pep750-examples
GitHub - davepeck/pep750-examples: Examples of using t-strings as defined in PEP 750

Examples of using t-strings as defined in PEP 750. Contribute to davepeck/pep750-examples development by creating an account on GitHub.

GitHub
@veit @hugovk Yes! Lysandros’ branch is packaged up in docker containers, here, too: https://hub.docker.com/r/koxudaxi/python and if you use devcontainers, the pep750 examples repo has one ready to go: https://github.com/davepeck/pep750-examples