Walk through a short flask demo of the same simple form I did in PHP last week.
Discuss your flask projects.
The majority of server apps use a database rather than disk files, for ongoing data storage. And most of those databases are SQL servers. So we should also understand something about those are and how to use them.
The flask tutorial, for example, uses a SQLite3 database.
My March 4 2019 notes have pointers to the basics and some exercises .
Not sure we have time to do much of this before break ... we'll see.