A program that listens for HTTP requests and runs code to generate responses. Flask is a web framework for Python. The IB syllabus sometimes calls this a WSGI (Web Services Gateway Interface). Without a web framework, you'd serve only static files — the same HTML every time.
Flask Sequence