Dive into a collection of past posts and rediscover timeless content.
We all forget to format, lint, and make sure print statements are removed.
Jun 11, 2025
•
7 min read
This feature, used in Python 3.10+, is an alternative to if/elif/else blocks. See how case and match statements are used.
Jun 4, 2025
5 min read
There's a major difference between for and while loops, and this explanation hits the key difference.
Mar 12, 2025
6 min read
Here's why you should be using type hinting for your python code - it's nothing but beneficial!
Feb 19, 2025
A beginner-friendly guide to why some variables change behind your back (and others don't)
Feb 12, 2025