Peyton McCullough
illustrates Python threads in a Dev Shed article.
"If you want your application to perform several tasks at once, you can use threads. Python can handle threads, but many developers find thread programming to be very tricky. Among other points, Peyton McCullough covers how to spawn and kill threads in this popular language."
(Log in to post comments)