Join us and get access to thousands of tutorials and a community of expert Pythonistas.

Unlock This Lesson

This lesson is for members only. Join us and get access to thousands of tutorials and a community of expert Pythonistas.

Unlock This Lesson

Section 2 Review

This video concludes Section 2 on Decorators. You now know how to:

  • Create simple decorators and apply them to functions
  • Apply syntactic sugar by using the @ symbol to decorate your functions
  • Reuse decorators and import them in your programs
  • Decorate functions with arguments
  • Return values from decorated functions
  • Perform introspection on Python objects and how to use functools

In the next section, you’ll cover a few real world examples.

teodorwisniewski on Oct. 20, 2019

Great course! Thank you Mr. Chris. I really like the way you explain stuff!

Become a Member to join the conversation.