0
What tutorial is recommended for python Thread heandling?
1 Respuesta
+ 2
Hi Kr0y,
I was struggling with that topic too, and I still cannot find anything really good. If you know some python Youtube tutorials are more understandable for new concepts, so try there.
If you check my Code Playground, I saved there a code that shows a few capabilities like:
Passing variable between threads,
Starting a new thread from within another thread
Opening file in one thread, while writing and closing it in another
Counting active threads
Checking if given thread is still active
Not much, but enough to start with if you are newbie, like me.
Nevertheless I feel that my code could be more efficient here or there, so keep researching and post what you find out.