#string-formatting

[ follow ]
#python
fromRealpython
1 week ago
Python

Exploring Python T-Strings Quiz - Real Python

Covers essential Python string formatting techniques including f-strings, C-style formatting, str.format(), and new t-strings in a 10-question interactive quiz.
fromTalkpython
3 months ago
Python

t-strings in Python (PEP 750)

Introduction of t-strings enhances Python's string formatting and security for advanced use cases.
Python
fromRealpython
2 months ago

Python 3.14 Preview: Template Strings (T-Strings) - Real Python

String templates allow dynamic value population through placeholders for generating text content.
[ Load more ]