The remainder operator is a staple in Java, but did you know it works on doubles as well? Now, you know!
Category: Code
In Python, if you want to compare strings, you need to understand the difference between equality and identity.
How to Create a Git Repo From Scratch: Git Init, GitHub Desktop, and More
Maybe you've cloned a few Git repos before, but how do you actually create your own. In this article, we'll look at a few techniques to get you up and running.
If you're trying Python for the first time, it's a good idea to learn how to write a loop. Luckily, I've got you covered.
How to Comment Code in Python: Inline, Multiline, and Docstring
How do you comment code in Python? Turns out there are three different ways, each with their own advantages and disadvantages.
Lately, I've been having fun writing Python lists (pun intended). As a result, here are some the coolest Python programming language features.