elements-of-python-style
elements-of-python-style copied to clipboard
Add a description of f-strings
The section on string formatting includes str.format() and string overloading (%). As of Python 3.6, f-strings are also supported.
Apologies for not seeing this for awhile -- poorly-configured email filters. I'm going to review this in December and hopefully merge in!