Matt Frey wrote: > > Is Python a compiled language that can be run on a platform like c++, or is > it interpreted like java, or is it in a class of its own? Its interpreted, like perl. See http://www.python.org/doc/Summary.html alr