Web Dev Roadmap for Beginners (Free!): https://bit.ly/DaveGrayWebDevRoadmap

Learn how to use Python f-strings to format your strings in a less verbose way and with extra string formatting options. You may have used concatenation, percent signs, or the string format method before, but f-Strings are the current modern way to format strings in Python.

⭐ Become a full-stack dev with Zero To Mastery Courses:
- The Complete Python Developer: https://bit.ly/CompPythonDev
- Complete Machine Learning & Data Science: https://bit.ly/CompMachineLearning
- Junior to Senior Dev Roadmap: https://bit.ly/WebDevRoadmap-JrtoSr

Subscribe https://bit.ly/3nGHmNn

Course Updates https://courses.davegray.codes/

Questions - Please post them to my Discord https://discord.gg/neKghyefqh

Buy Me A Coffee https://www.buymeacoffee.com/davegray

Follow Me On Social Media:
Github: https://github.com/gitdagray
Twitter: https://twitter.com/yesdavidgray
LinkedIn: https://www.linkedin.com/in/davidagray/

Source Code: https://github.com/gitdagray/python-course

Playlist for this Python Course: https://bit.ly/dg-beginners-python

Python f-Strings tutorial for Beginners

(00:00) Intro
(00:05) Welcome
(00:14) How We've Been Inserting Values into Strings
(01:21) Formatting with percent signs
(03:44) The .format() method
(04:30) Why move on to f-Strings?
(10:06) f-Strings examples
(13:38) Passing format options
(18:43) Updating Rock Paper Scissors with f-Strings

Tutorial References:
Python Official Site: https://www.python.org/
Visual Studio Code Official Site: https://code.visualstudio.com/
String Formatting Options: https://www.w3schools.com/python/ref_string_format.asp

Was this Python f-Strings tutorial for beginners helpful? If so, please share. Let me know your thoughts in the comments.

#python #f-strings #strings