Learning to use threads.

Raymond Hettinger vze4rx4y at verizon.net
Sat Jan 25 21:57:31 EST 2003


"Grumfish" <nobody at nowhere.com> wrote in message
news:0bFY9.9226$ZA1.2287565 at twister.nyroc.rr.com...
> I've never used threads before and thought now would be a good time to
> learn. Are there any good sites with tutorials of using threads with
> Python? I have a project where I think one object creates several
> threads and each thread returns messages back to the parent object. Is
> this a good way to do things? Could someone post a small example?

Follow Laura's advice and also look at the examples
in the Demo/threading directory for your Python installation.


Raymond Hettinger






More information about the Python-list mailing list