What tutorial is recommended for python Thread heandling? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What tutorial is recommended for python Thread heandling?

29th Sep 2016, 11:00 PM
Karoy
Karoy - avatar
1 Answer
+ 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.
7th Nov 2016, 2:49 PM
Chris
Chris - avatar