Re: [Tutor] Critiquing My Program

2008-10-12 Thread Kent Johnson
On Sat, Oct 11, 2008 at 10:52 PM, Wayne Watson <[EMAIL PROTECTED]> wrote: > Here's where the code resides OK, some comments: - Track_data.get_data() should just be part of Track_data.__init__(), there is no need for it to be separate and the Track_data is not usable

Re: [Tutor] Critiquing My Program

2008-10-11 Thread Wayne Watson
Title: Signature.html Unfortunately, I need to stick to 2.4 or possibly 2.5 for awhile. I posted the code. That's a clever link. It appears it's an easy way to put something on the web that might be sharable with others. This is text, but images would be good. I find it useful to post images

Re: [Tutor] Critiquing My Program

2008-10-11 Thread Wayne Watson
Title: Signature.html Here's where the code resides Kent Johnson wrote: On Sat, Oct 11, 2008 at 4:06 PM, Wayne Watson <[EMAIL PROTECTED]> wrote: Unfortunately, I need to stick to 2.4 or possibly 2.5 for awhile. I posted the code. Posting the URL to the tutor list would

Re: [Tutor] Critiquing My Program

2008-10-11 Thread Kent Johnson
On Sat, Oct 11, 2008 at 12:28 PM, Wayne Watson <[EMAIL PROTECTED]> wrote: > Perhaps at the top of my list is the use of self. I sure get tired of using > it. Maybe there's a short cut. No, no short cut. You can use a different name than 'self', for example 's', but I don't recommend it; 'self' is

[Tutor] Critiquing My Program

2008-10-11 Thread Wayne Watson
Title: Signature.html I'm writing my second Python program. It's about 120 lines right now. In this round (#2), I've begun to use OOP too help matters.  Round #1 was about changing file names to better reflect time/date data. The program examines meteor track data. Basically, it tries to examin