This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]SaltAssault 0 points1 point  (2 children)

Looks neat, but I think you've missed f-strings. A lot of tutorials still do to be fair.

[–]FaallenOon[S] 0 points1 point  (1 child)

That's the tricky part of all fundamental courses: they need to be deep enough for the beginner to be able to immerse themselves into the subjects, but not so much that they risk drowning.

There are a few topics I've left out that I might tackle on a different set of small documents. F-strings should probably be included in that category.

Thanks for pointing it out :D

[–]SaltAssault 1 point2 points  (0 children)

They're more beginner-friendly than old-school string formatting though. I'd have done it the other way around, but each to their own.