Now that we're back to school, I figured it was time to talk about another introductory programming concept: unit testing. This time, I bring you some of my favorite tips targeted at folks who may be...
Category: Code
Operator overloading is an amazing feature that I've come to love as someone who came from Java, but it certainly can be abused. I decided to give that a try!
If you know me, you know I love to play around with silly ways to solve problems with programming languages. Today is no different! This time, let's see how many ways we can add two numbers in...
Best practices often focus on minor difference in programming approaches, but what about the more fundamental ones? Surely, beginners care about those.
Poetry was life changing for me as a Python developer. You really ought to try it.
Python software should always be versioned, but it's not always clear how. Luckily, I've shared some of my experience with versioning here.