He has no classes in there. Therefore, there is no place it should be in this code. Please remember this is Python, and not Java nor anything else. To quote directly from PEP 8, in regards to functions and variables, "should be lowercase, with words separated by underscoresas necessary to improve readability.". Notice the word "readability" there ;). It's not a big issue when you're working by yourself, but when working with multiple people, or asking for help (like the OP here), you should stick to the conventions of that language. it saves you time when you're trying to read other people's code, it saves others' time when they try to read your code and it saves time when they try and fix your code. It just makes life easier.
_______________________________________________ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: http://mail.python.org/mailman/listinfo/tutor