December 2018
Beginner to intermediate
796 pages
19h 54m
English
Python can also be run as a graphical user interface (GUI). There are several frameworks available, some of which are cross-platform and some others are platform-specific. In Chapter 12, GUIs and Scripts, we'll see an example of a GUI application created using Tkinter, which is an object-oriented layer that lives on top of Tk (Tkinter means Tk interface).
Tkinter comes bundled with Python; therefore, ...
Read now
Unlock full access