About

Welcome

I’m a full-time Python developer with an English Literature degree. You do the math.

I’m constantly learning (and forgetting!) new things, so I created this blog to document tips, tools, programming jokes, and other things that make my day-to-day programming life more joyful.

Thanks to Freepik for the icon!

Recent Posts

Get Rich (in your repl) Fast

3 minute read

Your REPL, Colorized When I want to do a quick verification on syntax or try a snippet of code, my tool of choice is often my Python REPL. But visually, the...

Make it Easy to Do the Right Thing with WWBD

3 minute read

This functionality is now part of the standard Python extension - check it out! The Problem If you’re like me, you know that even for small Python projects...