Long story short, today I completed 200 consecutive days of writing code. It most definitely deserved a special treat.
Category: housekeeping
Hello world!
UPDATE: At the time this post was published the blog's name was print(f'{greeting}') What does this blog name mean? I'm glad you asked! It's python's string interpolation. Say that you have a variable greeting, set to 'Hello world': greeting = 'Hello world' Well, the blog name then, you guessed, would resolve to 'Hello world'.