December 2009
Beginner to intermediate
360 pages
11h 12m
English
This chapter covers
This chapter, an introduction to programming GUIs in Python, will do two things. First, it will provide a look at the GUI package that comes with Python, taking into account things like its ease of use, the capabilities of the package, cross-platform portability, and so forth. Second, it will give a brief overview of what else is available for GUI programming with Python and how to find it.
The Python core language has no built-in support for GUIs. It’s a pure programming language, like C, Perl, or Pascal. As such, ...
Read now
Unlock full access