June 2008
Beginner to intermediate
417 pages
10h 41m
English
The Akando and Dancer modules are unique to this book. The Akando module contains many different but generic routines. The Dancer module is used for display and simple interaction with images.
Akando is a Native American word for “ambush” and is used to name the file that contains a variety of generic functions useful in many different types of applications. For example, two routines are used to convert a matrix into an image and an image into a matrix. Because such functions are not unique to a specific application, they are stored in the Akando module.
Like all modules, Akando needs first to be imported. However, since the Akando module is not part of a Python installation, the directory ...