Python has a whole lot of builtins that are unknown to most people. This guide aims to introduce you to everything that Python has to offer, through its seemingly obscure builtins.
You can pass negative indices to Python slices?! Learn about them and a lot more in this guide.
A comprehensive overview of Python's hottest new feature: f-strings.
The things I made and tips I learned while practicing my Data Structures and Algorithms on LeetCode.
A single article to teach you everything you need to know about Python's type checker.
Python is famously a dynamic language, and many attribute its success to its dynamically typed nature. But is that really all there is to it?