#metaprogramming
Read more stories on Hashnode
Articles with this tag
In a previous post, I detailed how to maintain encapsulation using Python's property. In this piece, I go through how/why to manage and apply...
Metaprogramming with Python ยท A decorator is the gateway drug into the world of Python metaprogramming. In python, everything, everything, is an object...