April 2014
Beginner to intermediate
634 pages
15h 22m
English
Application development involves a number of skills beyond object-oriented designing and programming in Python. We'll take a look at some additional topics that help us move from merely programming towards solving the user's problems:
logging and warnings modules to create audit information as well as debugging. We'll take a significant step beyond using the print() function. The logging module provides us with a number of features that allow us to ...