Python Forum
thread in python3 - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: thread in python3 (/thread-5029.html)



thread in python3 - tony1812 - Sep-14-2017

helo, I am very new to python, I am wonder in python3, is ther a differt between import threading verses import _thread? I've seen one or the other in many tutorial. Thanks.


RE: thread in python3 - Larz60+ - Sep-15-2017

_thread is a low level interface, threading a higher level.
Unless you are really advanced, I'd use threading