writing a chat program

Peter Hansen peter at engcorp.com
Tue Jun 4 23:26:44 EDT 2002


Shaun Whelden wrote:
> 
> I'm writing this on a Windows machine, so curses is out of the
> question.  Also, I want this to be a text based program, so I don't
> want to have to mess around with Tkinter or any other forms of GUI
> unless I have to.  I'm pretty sure that I need to do something
> involving thread.py and/or threading.py, but I've never used a thread
> before in my life.  Can anyone help?

Check out Aahz's tutorial(s) at http://starship.python.net/crew/aahz/

All you need to know, and more. :)

-Peter



More information about the Python-list mailing list