Re: [Tutor] Style/Conceptual Help

2005-11-02 Thread Rob Dowell
Thanks, I'll do that. Danny Yoo wrote: >On Wed, 2 Nov 2005, Rob Dowell wrote: > > > >>Oh, and about the email addresses, ebgreen is an account I use when >>doing email via a web interface (i.e. I'm not at home) and this is my >>home address. >> >> > >[meta: list administration] > >Hi Rob, >

Re: [Tutor] Style/Conceptual Help

2005-11-02 Thread Danny Yoo
On Wed, 2 Nov 2005, Rob Dowell wrote: > Oh, and about the email addresses, ebgreen is an account I use when > doing email via a web interface (i.e. I'm not at home) and this is my > home address. [meta: list administration] Hi Rob, No problem. What you can do, if you want to avoid the modera

Re: [Tutor] Style/Conceptual Help

2005-11-02 Thread Rob Dowell
Thanks for the input Danny. I had already begun to separate the presentation layer from the computation by moving code out of the button click function. Your idea of a separate config class is a good one and I will implement it soon. I'll also begin fragmenting the function that does all the wo

Re: [Tutor] Style/Conceptual Help

2005-11-02 Thread Danny Yoo
On Wed, 2 Nov 2005 [EMAIL PROTECTED] wrote: > I would be interested in some input/suggestions on the pythonicness of > the way I did things and on style, or anything else you see that I can > improve. Hi ebgreen, The only big thing I'd point out is that the buttonClick() method of the applicat

[Tutor] Style/Conceptual Help

2005-11-02 Thread ebgreen
I had posted once before with a TKinter problem that I was having and it was solved in one message so thanks a lot to the List. I now have working code and I would be interested in some input/suggestions on the pythonicness of the way I did things and on style, or anything else you see that I can