Search icon
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Python GUI Programming Cookbook. - Third Edition

You're reading from  Python GUI Programming Cookbook. - Third Edition

Product type Book
Published in Oct 2019
Publisher
ISBN-13 9781838827540
Pages 486 pages
Edition 3rd Edition
Languages
Author (1):
Burkhard Meier Burkhard Meier
Profile icon Burkhard Meier

Table of Contents (13) Chapters

Preface Creating the GUI Form and Adding Widgets Layout Management Look and Feel Customization Data and Classes Matplotlib Charts Threads and Networking Storing Data in Our MySQL Database via Our GUI Internationalization and Testing Extending Our GUI with the wxPython Library Building GUIs with PyQt5 Best Practices Other Books You May Enjoy

How to create multiple threads

Multiple threads are necessary in order to keep our GUI responsive. Without running of our GUI program using multiple threads, our application will freeze and possibly crash.

Getting ready

Multiple threads run within the same computer process memory space. There is no need for IPC, which would complicate our code. In this recipe, we will avoid IPC by using threads.

How to do it...

First, we will increase the size of our ScrolledText widget, making it larger. Let's increase scrol_w to 40 and scrol_h to 10.

We will start by using the latest...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $15.99/month. Cancel anytime}