Re: [Tutor] Looking for some constructive peer review.

2006-11-09 Thread Chris Hengge
Yeah, I'm trying to hold out on gui stuff at the moment. I'm trying to get a grasp on classes and threads at the moment because nothing I've made to date in python really calls for anything outside of what a console can offer. Kinda keeping it simple for now I guess... I'll probably rebuild this ap

Re: [Tutor] Looking for some constructive peer review.

2006-11-09 Thread Luke Paireepinart
Chris Hengge wrote: > I write this little IM style client the other night based on some > sample socket and threading examples I found plus a little of my own > twist just to make it more interesting.. > I'd like some constructive peer review just to help me make sure I'm > doing this correctly

Re: [Tutor] Looking for some constructive peer review.

2006-11-09 Thread Chris Hengge
Oops... I started another sentence at the end, then ended up on the phone and forgot what I was doing and hit send Now I dont remember the other bug.. Oh well.. Thanks again.On 11/9/06, Chris Hengge <[EMAIL PROTECTED]> wrote: I write this little IM style client the other night based on some sa

[Tutor] Looking for some constructive peer review.

2006-11-09 Thread Chris Hengge
I write this little IM style client the other night based on some sample socket and threading examples I found plus a little of my own twist just to make it more interesting.. I'd like some constructive peer review just to help me make sure I'm doing this correctly / well. You can test it by connec