A short tutorial on decorators and meta-classes in Python

Recently, I encountered a very fascinating concept which is meta-programming in Python. I would like to share my findings on this topic in this article. I hope that it may help you to wrap your head… Read more

Similar