This lesson is from the Real Python video course by Christopher Bailey.
Overview of Section 2 on Decorators
00:00 Hi, and welcome to Section 2, where I’ll start showing you decorators. First, I’ll show you simple decorators, and then I’ll have you apply a bit of syntactic sugar to make those decorators prettier and easier to locate. Next, I’ll have you dive into reusing decorators, then decorating functions with arguments, returns and values from decorated functions, and last, you’ll do a little bit of introspection and talking about which function is which when you’re decorating. Okay. Let me have you get started.
You must own this product to join the conversation.