Understanding Python Decorators in 12 Easy Steps!

Posted on September 14, 2015. Filed under: Uncategorized | Tags: , |

Understanding Python Decorators in 12 Easy Steps!

As a Python instructor, understanding decorators is a topic I find students consistently struggle with upon first exposure. That’s because decorators are hard to understand! Getting decorators requires understanding several functional programming concepts as well as feeling comfortable with some unique features of Python’s function definition and function calling syntax. *Using* decorators is easy (see Section 10)! But writing them can be complicated.

Liked it here?
Why not try sites on the blogroll...