Book Image

Python GUI Programming Cookbook

By : Burkhard Meier
Book Image

Python GUI Programming Cookbook

By: Burkhard Meier

Overview of this book

Table of Contents (18 chapters)
Python GUI Programming Cookbook
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Chapter 6. Threads and Networking

In this chapter, we will create threads, queues, and TCP/IP sockets using Python 3.

  • How to create multiple threads

  • Starting a thread

  • Stopping a thread

  • How to use queues

  • Passing queues among different modules

  • Using dialog widgets to copy files to your network

  • Using TCP/IP to communicate via networks

  • Using URLOpen to read data from websites