Wednesday, 20 August 2021
The math behind Python's slices
You can pass negative indices to Python slices?! Learn about them and a lot more in this guide.

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?
Figure out how to setup your android development environment, the right way.