[BangPypers] Classmethod, Decorators and staticmethod

Jeff Rush jeff at taupro.com
Thu Mar 5 18:47:14 CET 2009


Venkatraman S wrote:
> 
> On Thu, Mar 5, 2009 at 6:29 PM, VIJAY KUMAR <vnbang2003 at yahoo.com
> <mailto:vnbang2003 at yahoo.com>> wrote:
> 
>     Dear All,
>            Can some one please explain me with example about
>            1) classmethod 
>            2) staticmethod
>            3) Decorators
>         
> 
> 
> http://docs.python.org/

There are also two mailing lists that are good for asking helpful folks these
kind of questions.  And those are deep topics, difficult to find good
meaningful examples and to also cover *class* decorators that are new in
Python 2.6.  Often it is the -why- that is needed more than than -how-.  And
then add in the mechanism of descriptors underlying them and properties and
you have several lessons.

----
"This list is for folks who want to ask questions regarding how to learn
computer programming with the Python language.

Folks interested in learning about programming with Python are encouraged to
join, as are folks interested in helping others learn. While the list is
called tutor, anyone, whether novice or expert, can answer questions."

    http://mail.python.org/mailman/listinfo/tutor

----
"The python-help mailing list is for posing questions about Python to Python
"wizards" - experienced volunteers who are interested in sharing their
knowledge. Hopefully they will be able to answer your questions, or at least
steer you in the right direction."

    http://mail.python.org/mailman/listinfo/python-help

-Jeff



More information about the BangPypers mailing list