> I am wondering if there is a good way to create class methods in > python. See the static method feature of the latest Python version However most of the things you use class or static methods for in C++ or Java can be done by other means in Python.... Alan g. Author of the 'Learning to Program' web site http://www.freenetpages.co.uk/hp/alan.gauld