Python Decorators and how to create them

3 years ago
3

Time to @decorate our code and make it Fancy!
Today I will be showing you how to create a decorator in Python!

Next, I will show you how to enhance those decorators to something even fancier!

You can find the code used in this video on my GitHub: https://gist.github.com/gcarrarom/698a5417dbd4911b216088510d17bc24

To check out more projects that I've done, here's my GitHub profile:
https://github.com/gcarrarom

Loading comments...