adlfkjfadslkjfads

F-Strings Are F'ing Cool Part 2

Posted on Sun 11 July 2021 in Posts • Tagged with python, pythonTipOfTheDay, fstrings

I learned some new tricks with f-strings, lets check 'em out.


Continue reading

F-Strings Are F'ing Cool

Posted on Thu 12 July 2018 in Posts • Tagged with python, pythonTipOfTheDay, fstrings

Python 3.6 introduced a new way to format strings. They're really f-ing cool. Let's see why.


Continue reading