You’ve no doubt heard of Django—the go-to web development framework for Python. While Django is a superb framework for developing complex web applications, it can be slightly cumbersome when developing something a bit smaller. Enter Flask. It has the ability to grow with the complexity of your app, making it, in many cases, the only framework you’ll ever need.
