Skip to content
TILens What matters today in tech
Theme

Topic · Edition

Python

2 items on 13 May 2025
Python

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

Python has many string formatting styles which have been added to the language over the years. Early Python used the % operator to injected formatted values into strings. And we have string.format() which offers several…

Source: Talk Python To Me Michael Kennedy (@mkennedy)