PDA

View Full Version : threading in python


paulfox
June 1st, 2005, 06:49 AM
Hi all,
I'm trying to learn how to write threaded programs in python.
I'm still relatively new to the language, and looking for something to just ease me into it.
can anybody recommend a guide for me to take a look at?

much appreciated for any replies!

MoneyCat
June 1st, 2005, 07:45 AM
[1] http://www.mindview.net/Books/TIPython

[2] http://www.softwareverify.com/pythonThreadValidator/index.html

[3] http://www.faqts.com/knowledge_base/index.phtml/fid/263

[4] http://aspn.activestate.com/ASPN/Cookbook/Python?kwd=Threads

[5] comp.lang.tcl

Good luck ;-)

thumper
June 3rd, 2005, 08:40 AM
http://www.python.org/doc/2.4.1/lib/module-threading.html

Can't get much better than the source...

Actually the Python Cookbook has some good recipes.

i-tech
June 3rd, 2005, 12:41 PM
Python cookbook is great! try it out