Re: [Tutor] Suggestions for a first object orientated program

2007-06-03 Thread Alan Gauld
"Matt Smith" <[EMAIL PROTECTED]> wrote > I have been reading up on OOP in Python recently and feel ready to > attempt my first program using OOP principals. Can anyone suggest a > suitable first OOP project for me to get my teeth into? > > I haven't done any real GUI programming but I have starte

[Tutor] Suggestions for a first object orientated program

2007-06-03 Thread Matt Smith
Hi, I have been reading up on OOP in Python recently and feel ready to attempt my first program using OOP principals. Can anyone suggest a suitable first OOP project for me to get my teeth into? I haven't done any real GUI programming but I have started gutting to grips with the curses module und