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

Hint: You can adjust the default video playback speed in your account settings.
Hint: You can set your subtitle preferences in your account settings.
Sorry! Looks like there’s an issue with video playback 🙁 This might be due to a temporary outage or because of a configuration issue with your browser. Please refer to our video player troubleshooting guide for assistance.

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.