July 2017
Beginner to intermediate
340 pages
7h 43m
English
This monolithic design is excellent and should be the kind of result you would aim for in your first development iteration. Everything should be built of course through TDD, as explained in Chapter 3, ;Coding, Testing, and Documenting - The Virtuous Cycle.
It's a short and clean implementation on the top of a relational database that can be deployed with a PostgreSQL or MySQLServer. Thanks to the SQLAlchemy abstractions, a local version can run with SQLite 3 and facilitate your day-to-day work and your tests.
To build this app, we've used the following extensions and library: