Hi there, can anybody explain the difference between 'staticmethod' and 'classmethod' in a simple way in Python2.2? When should I use staticmethod or classmethod in classes? I thought a staticmethod is a classmethod like in C++/ Java? Thanks for help. o-o Thomas