Tutorial presentation given at PyCon US 2013.
Meant for Python programmers who don't typically do web or front-end programming, this provides a whirlwind introduction to rapid HTML + CSS + JavaScript iteration with static clickables, and the conversion of static UIs into working web applications with Flask, Jinja2, and a simple single-node object database.
In a way, it's the slides accompanying the long-form blog post, "Build a web app fast: Python, HTML & JavaScript resources", which has been updated over the years.
https://amontalenti.com/2012/06/14/web-app
At the end, also discusses how to deploy your web application to a real server that you own (e.g. EC2 or DigitalOcean) using fabric, nginx, uWSGI, and supervisord.
Slide source code:
https://github.com/amontalenti/rapid-web-slides/
Example project on Github:
https://github.com/amontalenti/rapid-web/
(Update from the future: Though these slides are from 2013, a lot of the concepts hold up, even as of a quick scan of all the slides from a 2021 vantage point.)