[Tutor] Any Suggestions?

Mark Brown mark.brown@rogers.com
Mon Nov 18 19:37:01 2002


Alan,
Thanks for the suggestions.  I'd found the runit.py program somewhere on
the web and used it to learn import, class and Tkinter so that's why it
was split into two programs.  I was trying to separate the GUI and the
main program logic so that once the Tk GUI was working then would work
on a wxWindows GUI interface.  I'm considering changing the direction of
the importing.  Currently the main program imports the Tk GUI but do you
think it should be reversed?
Mark Brown

On Sun, 2002-11-17 at 12:22, alan.gauld@bt.com wrote:
> > I'm just learning Python and would appreciate any suggestions 
> > regarding the programs listed below.  The programs do function.
> > 
> > runit2.py
...