> How do I create the equivalent of a Java class in Python? I've been looking > at the reference, and it's been confusing to me at least.
can you clarify what you are looking for? do you want to create a class using Python, create the equivalent of a Java class using Python via Jython, accessing a preexisting Java class from Python, or what? you cannot simply write Java code in Python, but Python classes do get turned into Java classes under the covers. also, what is confusing you in the documentation? can you send a pointer to it? thanks, -- wesley - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "Core Python Programming", Prentice Hall, (c)2007,2001 http://corepython.com wesley.j.chun :: wescpy-at-gmail.com python training and technical consulting cyberweb.consulting : silicon valley, ca http://cyberwebconsulting.com _______________________________________________ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor