Tutorials

Decorators Demystified

Wednesday, May 14th, 2025 1:30 p.m.–5 p.m. in Room 310/311

Presented by

Trey Hunner

Experience Level:

Some experience

Description

You know that the @ symbol applies a decorator to a function, but what does that really mean?

Let's learn about decorators by writing our own.

During this tutorial we'll learn:

  • The super powers hiding in Python's functions (which power decorators)
  • The oddly simple purpose of the decorator syntax
  • Common applications of decorators in Python
  • When and how to use (and when to avoid) decorators

Search