Next Steps in Python: fstrings

Next Steps in Python: fstrings

Designed for Python coders who have completed the Python Fundamentals workshop series or a similar beginning Python tutorial, these individual lessons will cover the coding skills that answer the question, “What should I learn next?” These topics explore the shortcuts and tools that aren’t usually covered in Python Intro level workshops, but that are regularly used by intermediate and advanced Python coders. 

Topic: fstrings

Learn how to format strings to include other Python objects that you've saved as variables. Combine multiple strings, integers, and floats to create sentences, files, and more.

Prerequisites: Familiarity with Python at the level of the Python Fundamentals introductory workshop or similar Intro to Python tutorial.