When developing web applications with Flask, most people focus on writing routes (i.e. view functions) to generate a response, but there is so much that happens before and after a route method is executed. This talk provides a visual demonstration of how requests are processed by a Flask application, by focusing on what happens before and after a view function is executed, including contexts (application and request), callbacks, sessions, and error handling.