Chapter 14.  Python and GUIs

My brain hurts

Those who are tired of text-based applications will find this chapter very helpful because it shows what the available GUI options are for designing Python graphic interfaces. After selecting your GUI toolkit of choice, you can come back to this chapter and check out the topic that shows how to design a good graphical interface.

Python GUI Toolkits

Choosing a toolkit for your graphical user interface (GUI) projects is not a simple thing. You need to research and compare what the features are that each option has to offer. When you decide to stick to one toolkit, you'd better be prepared to use it for some time. Toolkit implementations are so different that it becomes hard to change your code and your ...

Get Python Developer's Handbook now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.