December 2015
Beginner to intermediate
350 pages
6h 49m
English
In this chapter, we will create threads, queues, and TCP/IP sockets using Python 3.
In this chapter, we will extend the functionality of our Python GUI using threads, queues, and network connections.
A tkinter GUI is single-threaded. Every function that involves sleep or wait time has to be called in a separate thread, otherwise the tkinter GUI freezes.
When we run our Python GUI in Windows Task Manager, we can see that a new python.exe process has been ...
Read now
Unlock full access