Threads

Bill Bell bill-bell at bill-bell.hamilton.on.ca
Thu Jul 19 13:15:15 EDT 2001


"Tatiana Evers" <tatiana at exatas.unisinos.br> wrote, in part:
> I need use threads in Python. How does interaction between threads
> work? How do they communicate?

Tatiana, I'd suggest:

Good slides about threads in http://starship.python.net/crew/aahz/
Good section about threads in Hammond and Robinson, Python 
Programming on Win32 (O'Reilly)
Sections about threads in the documentation that's provided as 
part of wxPython (www.wxpython.org).

Otherwise, please supply more specifics about what you need to 
do.

Bill




More information about the Python-list mailing list