- Sun 21 April 2024
- Python
- Grant Paton-Simpson
String Theory
Python has multiple ways of working with strings depending on the task. For inserting strings into other strings, f-strings are the preferred solution, and it is worth learning a few techniques for zero padding, displaying numbers with thousand separators, percentages, and dates.