In Python, if you want to compare strings, you need to understand the difference between equality and identity.
Category: Code
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.
How to Add an Item to a List in Python: Append, Slice Assignment, and More
Whether or not you know how to add an item to a list in Python, you'll want to read this article just to learn about slice assignment. Trust me.
