decorators tutorials

Michele Simionato michele.simionato at gmail.com
Mon Jul 23 04:38:49 EDT 2007


On Jul 23, 10:13 am, james_027 <cai.hai... at gmail.com> wrote:
> Hi,
>
> I am learning python by learning django, and I stumble upon decorator
> which is very cool, any beginners resources for python decorators,
> although I can google it, I just want to get a good tutorial for this
> topic.
>
> Thanks
> james

Look at the decorator page in the Python Wiki. There is also a paper
by
David Mertz on IBM DeveloperWorks. Finally, you may have a look at my
own work http://www.phyast.pitt.edu/~micheles/python/documentation.html

       Michele Simionato




More information about the Python-list mailing list