Python Forum

Full Version: thread in python3
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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.
_thread is a low level interface, threading a higher level.
Unless you are really advanced, I'd use threading