December 2015
Beginner to intermediate
350 pages
6h 49m
English
Python is a very powerful programming language. It ships with the built-in tkinter module. In only a few lines of code (four, to be precise) we can build our first Python GUI.
To follow this recipe, a working Python development environment is a prerequisite. The IDLE GUI that ships with Python is enough to start. IDLE was built using tkinter!
All the recipes in this book were developed using Python 3.4 on a Windows 7 64-bit OS. They have not been tested on any other configuration. As Python is a cross-platform language, the code from each recipe is expected to run everywhere.
If you are using a Mac, it does come built-in with Python, yet it might be missing some modules such as tkinter, which we will ...
Read now
Unlock full access