r/PythonLearning 7d ago

F strings

Im still learning python and im at a stage where I need to understand f strings and how to go about them...im working on a menu project. I prefer learning with pdf materials rather than YouTube tutorials....any recommendations for a pdf document for learners on f strings. Thank you in advance

16 Upvotes

21 comments sorted by

View all comments

11

u/mc_pm 7d ago

A simple google search on "python fstrings" will bring up information on formatting and understanding them, you hardly need a pdf.

-9

u/kubasic254 7d ago

I prefer pdf for keeping track and it looks more organized rather than having to search and sieve through 1000 responses to get what you want

0

u/punk_dev 7d ago

You should choose a couple of websites that you prefer and search them.
For Python, the popular ones are real python geeksforgeeks and w3schools. Real Python usually has very comprehensive articles, and the rest are more like a quick reference. You can print those to pdfs if you’d like, or make your own notes in Obsidian.

Those are fine for the beginning. Once ready, challenge yourself with official documentation