September 2016
Intermediate to advanced
454 pages
9h 23m
English
With this knowledge of the exception handling, let's work on the next incremental version of the application.
Before writing any code, let's first understand how the rest of the section is organized. In a nutshell, we will start with v1.0.0 of the code from Chapter 1, Developing Simple Applications, progressively add the exception handling code, and call the new version v1.1.0.
The Python files in the supporting code bundle already include the exception handling code to be discussed in this section as well as in a later section of this chapter, Defining custom exceptions
The following points elaborate further details:
Read now
Unlock full access