Click here to Skip to main content
15,907,913 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am a test automation programmer in python. I have not explored lot for features in python because the work that i do is quiet simple with the less amount of the python features. I would like to increase the knowledge of the python features so i would like to know the @classmethod and @staticmethod in python i have also searched in the internet for example but the example programs are very easy and the usage is very small so i would like to have some extended knowledge of the @classmethod and @staticmethod in python. Please help me with some better tutorials. Thanks in advanced.
Posted
Updated 7-Apr-15 4:44am
v2

1 solution

Please see: http://www.pythoncentral.io/difference-between-staticmethod-and-classmethod-in-python.

Better tutorial? May I ask you what's wrong with original documentation? Look: https://docs.python.org/3.

And this is the original tutorial: https://docs.python.org/3/tutorial/index.html.

Anything wrong with it?

—SA
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900