Pretty user interfaces

All the examples throughout this book have been run from the command line. This is great for system administrators, Linux tinkerers, and the grandfather programmers of our times, but it doesn't allow us to write the sort of modern desktop programs that everyone is using these days. Indeed, some might argue that even desktop applications are archaic, and that web applications (which we'll discuss soon) and mobile apps are more contemporary!

The reason we haven't looked at graphical applications is that they invariably rely on design patterns that offer such a high level of abstraction over lower-level objects that it's hard to see the objects for the patterns. This isn't terribly useful for learning about object-oriented programming. ...

Get Python 3 Object Oriented Programming 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.