The [section on string formatting](https://github.com/amontalenti/elements-of-python-style#strformat-vs-overloaded-format-) includes `str.format()` and string overloading (`%`). As of Python 3.6, [f-strings](https://www.python.org/dev/peps/pep-0498/) are also supported.