Tutorials: All about decorators

Thursday - May 16th, 2024 1:30 p.m.-5 p.m. in Room 310/311

Presented by:

Description

Decorators are one of Python's most powerful features. But for many developers, they remain somewhat mysterious and intimidating. In this tutorial, you'll learn what decorators are, how they work, how to write them, and when you should use them. Along the way, you'll write a bunch of decorators that will demonstrate their power.