Thursday, 17 March 2022
Implementing @property, @staticmethod and @classmethod from scratch
The builtin method decorators... aren't actually decorators?

My thoughts and learnings.
The builtin method decorators... aren't actually decorators?
Name a better pairing, I'll wait.
The only resource you need to read to learn about ASTs in Python, and the superpowers they give you.
-- a mini rant.
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.