Chapter 10. Useful Flask Extensions

As we have seen throughout this book, Flask is designed to be as small as possible while still giving you the flexibility and tools needed to create web applications. However, there are a lot of features that are common to many web applications, which means that many applications will require writing code that does the same task for each web application. To solve this problem, people have created extensions to Flask to avoid reinventing the wheel, and we have seen many Flask extensions already throughout the book. This chapter will focus on some of the more useful Flask extensions that don't have enough content to separate them out into their own chapter, but will save you a lot of time and frustration.

Flask ...

Get Mastering Flask now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.