-
Book Overview & Buying
-
Table Of Contents
Hands-On Software Engineering with Python - Second Edition
By :
Starting back in Chapter 12, this book has been assembling information and thinking through the designs behind the various moving parts needed to implement the final API. In Chapter 13’s Figuring out where to start with use cases, a set of processes and goals for what might be considered a Minimum Viable Product (MVP) design was described, and the chapters after that focused on the implementation details for key aspects of the processes that would be integrated into the final API. Finally, at this point, all of those moving parts have been at least thought through, and in some cases implemented to the point where they can be assembled into a demonstrable MVP API, providing enough functionality to be useful for the entire process flow described.
This chapter, then, will focus on assembling all of those moving parts into a demonstrable, locally executable API. The code written to that end will be shaped by several decisions made about where it will eventually...