#505: t-strings in Python (PEP 750)
#505: t-strings in Python (PEP 750)

#505: t-strings in Python (PEP 750)

Episode publish date
May 13, 2025 8:00 AM (UTC)
Last edit date
Jul 3, 2025 5:47 PM
Last snip date
July 3, 2025 6:46 PM (GMT+1)
Last sync date
July 3, 2025 6:46 PM (GMT+1)
Show

Talk Python To Me

Snips
10
Warning

⚠️ Any content within the episode information, snip blocks might be updated or overwritten by Snipd in a future sync. Add your edits or additional notes outside these blocks to keep them safe.

Episode show notes

Your snips

[05:18] T-Strings Create Template Objects

[09:08] T-Strings Expose Interpolations

[13:03] Injection Prevention Motivation

[21:39] T-Strings Support Efficient Caching

[23:19] T-Strings Are Eagerly Evaluated

[30:34] Modernizing Python Web Templating

[40:40] T-Strings Support DSL Construction

[44:44] T-Strings Enable Structured Outputs

[01:02:45] Choose Strings or Templates Wisely

[01:04:54] Optimize T-String Processing Pipeline