Explore Flask

Preface

This book is a collection of the best practices for using Flask. There are a lot of pieces to the average Flask application. You'll often need to interact with a database and authenticate users, for example. In the coming pages I'll do my best to explain the "right way" to do this sort of stuff. My recommendations aren't always going to apply, but I'm hoping that they'll be a good option most of the time.