"Brian Blais" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Hello,
>
> I am including at the end of this document (is it better as an
attachment?) some code
> for a small gui dialog.  Since I am quite new to this, if anyone has any
suggestions
> for improvements to the code, bad coding practices, poor gui design,
etc... I'd love
> to hear it.

The GUI is "welded" to the application.

I much prefer to see a program split into a command-ling "engine"
application and a (or more) "GUI", "CLI" e.t.c. interface applications that
can connect to the engine and drive it. That way it is possible to script
the application.


-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to