Thirteen Years of Service
Posts: 12
Threads: 1
multithreading in python 09-28-2014, 10:33 PM
#1
i have learn to use multithreading in c/c++ but i couldn't get through using it in python or how to use it. Can someone help me on that please or recommend a tutorial or white paper on threading in python . All i have notice on it from several codes is using an instance of the thread module as argument to a class as in "class run(thread.Threading):". Am using python 2.7 win32, any help is appreciated.
•
Thirteen Years of Service
Posts: 12
Threads: 1
multithreading in python 09-28-2014, 10:33 PM
#2
i have learn to use multithreading in c/c++ but i couldn't get through using it in python or how to use it. Can someone help me on that please or recommend a tutorial or white paper on threading in python . All i have notice on it from several codes is using an instance of the thread module as argument to a class as in "class run(thread.Threading):". Am using python 2.7 win32, any help is appreciated.
•
Thirteen Years of Service
Posts: 12
Threads: 1
RE: multithreading in python 09-29-2014, 07:22 AM
#7
Thanks very much pyscho_coder and LoaD1nG. the code was very helpful especially the links, it was guiding. Thanks for the help.
•
Thirteen Years of Service
Posts: 12
Threads: 1
RE: multithreading in python 09-29-2014, 07:22 AM
#8
Thanks very much pyscho_coder and LoaD1nG. the code was very helpful especially the links, it was guiding. Thanks for the help.
•