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
- Host: GitHub
- URL: https://github.com/andrewrporter/f-string-tutorial
- Owner: AndrewRPorter
- Created: 2020-04-08T02:47:08.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-08T02:47:41.000Z (almost 6 years ago)
- Last Synced: 2025-01-28T03:21:40.295Z (about 1 year ago)
- Topics: fstrings, python, tutorial
- Language: Jupyter Notebook
- Homepage:
- Size: 1000 Bytes
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/