Re: Decorator and Metaclasses Documentation

2005-08-24 Thread Chris Smith
> "Michele" == Michele Simionato <[EMAIL PROTECTED]> writes: Michele> There are also my lectures at Oxford: Michele> http://www.reportlab.org/~andy/accu2005/pyuk2005_simionato_wondersofpython.zip Michele>Michele Simionato You really need to get O'Reilly to publish your s

Re: Decorator and Metaclasses Documentation

2005-08-22 Thread Bruno Desthuilliers
Mike C. Fletcher a écrit : > bruno modulix wrote: > >> Mike C. Fletcher wrote: >> (snip) >> >> >>> Though the don't go into extreme detail on decorators (they are >>> basically syntactic sugar for a particular type of descriptor). >>> >>> >> >> Err... Could you elaborate on this ? Decorators

Re: Decorator and Metaclasses Documentation

2005-08-22 Thread Mike C. Fletcher
bruno modulix wrote: >Mike C. Fletcher wrote: >(snip) > > >>Though the don't go into extreme detail on decorators (they are >>basically syntactic sugar for a particular type of descriptor). >> >> >> >Err... Could you elaborate on this ? Decorators are syntactic sugar for >function wrapping,

Re: Decorator and Metaclasses Documentation

2005-08-22 Thread bruno modulix
Mike C. Fletcher wrote: (snip) > Though the don't go into extreme detail on decorators (they are > basically syntactic sugar for a particular type of descriptor). > Err... Could you elaborate on this ? Decorators are syntactic sugar for function wrapping, while descriptors are a 'protocol' to hook

Re: Decorator and Metaclasses Documentation

2005-08-21 Thread Michele Simionato
There are also my lectures at Oxford: http://www.reportlab.org/~andy/accu2005/pyuk2005_simionato_wondersofpython.zip Michele Simionato -- http://mail.python.org/mailman/listinfo/python-list

Re: Decorator and Metaclasses Documentation

2005-08-21 Thread Jeffrey E. Forcier
Sorry about that, I misread the original question. However, the python.org link is still valid as it concerns metaclasses as well as a handful of other topics. -- http://mail.python.org/mailman/listinfo/python-list

Re: Decorator and Metaclasses Documentation

2005-08-21 Thread Steve Holden
sysfault wrote: > On Sun, 21 Aug 2005 17:01:13 -0700, Jeffrey E. Forcier wrote: > > >>Amusingly, I was just perusing these links earlier today. Go go Firefox >>history search! >> >>http://www.python.org/2.2/descrintro.html >>http://users.rcn.com/python/download/Descriptor.htm > > > > Are descr

Re: Decorator and Metaclasses Documentation

2005-08-21 Thread Mike C. Fletcher
sysfault wrote: >Does anyone know of any good documentation on these topics, doesn't look >like the official python tutorial covers them. Thanks in advance. > > PyCon 2005, PyCon 2004 and PyGTA November 2004 presentations here are all on these topics: http://www.vrplumber.com/programming/

Re: Decorator and Metaclasses Documentation

2005-08-21 Thread sysfault
On Sun, 21 Aug 2005 17:01:13 -0700, Jeffrey E. Forcier wrote: > Amusingly, I was just perusing these links earlier today. Go go Firefox > history search! > > http://www.python.org/2.2/descrintro.html > http://users.rcn.com/python/download/Descriptor.htm Are descriptors the same thing as decorat

Re: Decorator and Metaclasses Documentation

2005-08-21 Thread Jeffrey E. Forcier
Amusingly, I was just perusing these links earlier today. Go go Firefox history search! http://www.python.org/2.2/descrintro.html http://users.rcn.com/python/download/Descriptor.htm -- http://mail.python.org/mailman/listinfo/python-list

Decorator and Metaclasses Documentation

2005-08-21 Thread sysfault
Does anyone know of any good documentation on these topics, doesn't look like the official python tutorial covers them. Thanks in advance. -- A wise man knows he knows nothing. -- http://mail.python.org/mailman/listinfo/python-list