July 2023
Beginner to intermediate
448 pages
10h 57m
English
This chapter develops a dynamic web application in Python using the same Flask framework introduced in Section 1.5 and applied further in Section 5.2. Although simple, Flask is not a toy—it’s a production-ready web framework used by companies like Netflix, Lyft, and reddit. Flask also serves as excellent lightweight preparation for a more complex framework like Django. By the end of this chapter, you’ll basically understand how web apps work, including layouts (Section 10.3), templates (Section 10.4), testing, and deployment.1
1. The main additional subject to learn is how to store and retrieve information using a database, which represents a new technology but doesn’t involve any fundamentally new principles. ...
Read now
Unlock full access