Author

Pawel Jastrzebski Avatar

Pawel Jastrzebski

Latest articles

by

  • Python F-String Codes I Use Every Day

    ·

    ·

    6 min read

    A few examples that will save the day probably* 95% of time. *I don’t have the actual data but seriously, I bet you’ll find those tips useful more often than not! Introduction This article was originally posted on Medium. I use f-strings every day. The irony is I also every day end up searching the Web to find the correct format to use. Until one day I thought a better use of my time would be to create a cheat sheet of the most common formatting cases — AKA this article. It covers the following: It’s important to note that the f-strings were first…