An open API service indexing awesome lists of open source software.

https://github.com/andrewrporter/f-string-tutorial

Basic introduction to python 3.6 f-strings
https://github.com/andrewrporter/f-string-tutorial

fstrings python tutorial

Last synced: 3 months ago
JSON representation

Basic introduction to python 3.6 f-strings

Awesome Lists containing this project

README

          

F-String Tutorial
----------------

"F-strings provide a concise, readable way to include the value of Python expressions inside strings"

Read more about f-strings at:

- https://docs.python.org/3/reference/lexical_analysis.html#f-strings
- https://www.python.org/dev/peps/pep-0498/