A video on understanding python decorators, including the property decorator in classes. If you want to support me: https://www.patreon.com/clearcode (You also get lots of perks) Social stuff: Twitter - https://twitter.com/clear_coder Discord - https://discord.com/invite/a5C6pYw2w5 Timestamps: 00:00 - Intro & Decorator theory 03:34 - Function basics 08:28 - Basic decorator 21:03 - Decorators with function arguments 26:44 - Decorators with parameters 31:48 - Decorators & classes with @property Project files: https://github.com/clear-code-projects/decorators Pastebin function_basics - https://pastebin.com/AjSn3hcA basic_decorator - https://pastebin.com/NVB8gLfP decorators_arguments - https://pastebin.com/wHTrXGd5 decorator_parameter - https://pastebin.com/JLNecfFs property_decorator - https://pastebin.com/bj0bgJKN