#string-formatting

[ follow ]
#python
fromMathspp
7 months ago
Python

TIL 134 - = alignment in string formatting

The '=' alignment puts the sign left and digits right; a leading zero width uses '=' and pads the number with zeros.
fromRealpython
8 months 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.
Python
fromRealpython
10 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 ]