[Tutor] OOP - have I done it right or could it be better?

2007-01-23 Thread Original Brownster
Hi, I'm fairly new to using OOP and very new to Python, my first program is coming along well and I have split the code into 2 modules. The program finds stream urls, downloads them, re-encodes them to othe formats, all this functionality I have created in one module with one class called Streamri

Re: [Tutor] OOP - have I done it right or could it be better?

2007-01-24 Thread Original Brownster
--- Kent Johnson <[EMAIL PROTECTED]> wrote: > Original Brownster wrote: > > Hi, > > I'm fairly new to using OOP and very new to Python, my first > program is > > coming along well and I have split the code into 2 modules. > > > > The program finds