One Really Important Suggestion

Terrence M. Brannon (brannon@jove.cs.caltech.edu)
Thu, 2 Jul 92 07:53:49 PDT

NOt to be critical, but since python is an interpreted language , a
key asset of such a language would be to re-import modules and be able
to test the methods out that I just changed.

It would speed up incremental development much more if I did not have
to exit the interpreter each time I wanted to retest an altered
module.

However, I guess an alternate solution is to run the source from the
shell instead of import module and the module.method()

--
terrence brannon
brannon@jove.cs.caltech.edu