Re: [Tutor] Criticism / Suggestions

2005-03-03 Thread Kent Johnson
Bill Kranec wrote: Hi Kent, First off, thank you so much for the suggestions! They have helped clarify some of the concepts I've been struggling with lately ( mostly object - related ones ). I have been teaching myself Python in my spare time for the last few months, and have no previous progr

Re: [Tutor] Criticism / Suggestions

2005-03-03 Thread Kent Johnson
Bill Kranec wrote: Hi Kent, - The above code depends on roundlist which is not even defined anywhere in the module (just shown in the comment). This suggests again that the init code from the comment should be part of Tournament, and roundlist should be an attribute of Tournament. For a class t

Re: [Tutor] Criticism / Suggestions

2005-03-01 Thread Jeff Shannon
On Wed, 02 Mar 2005 01:17:28 -0500, Bill Kranec <[EMAIL PROTECTED]> wrote: > [...] I wanted to be able to define > multiple tournament objects off of the same roundlist, to avoid > generating the list every time a new object is created. I think what I > really want to do is have a separate Round

Re: [Tutor] Criticism / Suggestions

2005-03-01 Thread Bill Kranec
Hi Kent, First off, thank you so much for the suggestions! They have helped clarify some of the concepts I've been struggling with lately ( mostly object - related ones ). I have been teaching myself Python in my spare time for the last few months, and have no previous programming experience,

Re: [Tutor] Criticism / Suggestions

2005-03-01 Thread Alan Gauld
> programs that help me automate updating my website: > - to invoke a players' ranking program, > - to convert text files to php formats, > - ... > > I would like to go even further and employ Tkinter to: If you want to put Tkinter on your web site then you probably will be dissapointed. If you

Re: [Tutor] Criticism / Suggestions

2005-03-01 Thread Andrzej Kolinski
On my way to write my own scripts from scratch I'm still assembling bits and pieces from everywhere in the Python universe to create little programs that help me automate updating my website: - to invoke a players' ranking program, - to convert text files to php formats, - ... I would like to go

Re: [Tutor] Criticism / Suggestions

2005-03-01 Thread Kent Johnson
Bill Kranec wrote: Hello, So I think that I've 'completed' my first real Python program, and I would appreciate any constructive criticism you all could offer. The program deals with a question that my Dad asked me awhile ago, which was "If twelve people want to divide into teams of two and pla

[Tutor] Criticism / Suggestions

2005-02-28 Thread Bill Kranec
Hello, So I think that I've 'completed' my first real Python program, and I would appreciate any constructive criticism you all could offer. The program deals with a question that my Dad asked me awhile ago, which was "If twelve people want to divide into teams of two and play (golf) against e