How do you develop in Python?
Greg Ewing
greg at cosc.canterbury.ac.nz
Thu Jun 7 23:31:22 EDT 2001
Last time I developed a Python application using
IDLE, I created a module containing a big list
of 'reload' statements for all my modules in an
appropriate order. Whenever I changed anything,
I reloaded that module.
Crude, perhaps, but it worked!
--
Greg Ewing, Computer Science Dept, University of Canterbury,
Christchurch, New Zealand
To get my email address, please visit my web page:
http://www.cosc.canterbury.ac.nz/~greg
More information about the Python-list
mailing list