Flask Webcast #3: Circular Dependencies

Posted by
on under

In this live webcast I explain how to prevent circular dependency errors in Python. Most of this presentation is a live coding session in which I refactor a single-file Flask application into a fully fleshed out structure with multiple packages and modules, demonstrating how I completely avoid circular dependencies.

Flask Webcast #2: Request and Application Contexts

Posted by
on under

In this live webcast I explain what is the purpose of the request and application contexts in Flask, and why sometimes you get these weird errors about them.

Flask Webcast #1: Intro to Flask

Posted by
on under