(An Unofficial) Python Tutorial Wiki

putting the community back in "maintained by the community"

3t2v

Would this be a good place to talk about decorators? It would be best to talk about them at the same time as functions, but the concept of passing functions as arguments might be a bit complex this early in the game.

Comments

Alright, I went ahead and added a decorators section anyway. It always bugged me that there are no good examples of decorators anywhere in the official Python docs. And the example given in the reference manual isn't the most helpful to a newcomer.

Jay P.