Over 80 hands-on recipes to help you create small-to-large web applications using FlaskAbout This BookGet the most out of the powerful Flask framework while remaining flexible with your design choicesBuild end-to-end web applications, right from their installation to the post-deployment stagesPacked with recipes containing lots of sample applications to help you understand the intricacies of the codeWho This Book Is ForIf you are a web developer who wants to learn more about developing applications in Flask and scale them with industry-standard practices, this is the book for you. This book will also act as a handy tool if you are aware of Flask's major extensions and want to make the best use of them.
It is assumed that you have knowledge of Python and a basic understanding of Flask. If you are completely new to Flask, reading the book from the first chapter and going forward will help in getting acquainted with Flask as you go ahead.
What You Will LearnConfigure Flask in the best way to suit your application needsIntegrate Flask with technologies such as Redis, Sentry, and MongoDBIntegrate your applications with most of the login mechanisms availableWrite beautiful RESTful applicationsCreate an admin interface for your applicationLearn about efficient and effective debugging, logging, and error handling in FlaskTest your applications as you write them to prevent future complicationsImplement full-text search for effective user query handlingIn DetailFlask Framework Cookbook takes you through a number of recipes that will help you understand the power of Flask and its extensions. You will start by seeing the different ways of configurations that a Flask application can make use of. You will learn how to work with templates and learn about the ORM and view layers. You will see how to write an admin interface followed by the debugging and logging of errors. Finally, you will learn about different deployment and post-deployment techniques on platforms such as Apache, Tornado, and Heroku.
By the end of this book, you will have gained all the knowledge required to write Flask applications in the best possible way, and scale them with best practices.