Validation in Python using Metaprogramming and Decorator- Advanced Python
A Decorator is a special kind of declaration that can apply to a function to enhance its functionality. This is also called known as metaprogramming. Here we are trying to modify the functionality of a function on compile time. Metaprogramming is a c...
blog.decipher.dev5 min read