Using Decorators to Solve Date Problems
A decorator is the gateway drug into the world of Python metaprogramming. In python, everything, everything, is an object (specifically a dictionary but let's not go there). That means that we can pass in and return any object regardless of its types...
theforce.hashnode.dev6 min read
trav
sr dev @ universal music, forker @ crablang
Fantastic article, thanks for this great explanation and actual use cases. Following 🍻