Book description
Build state-of-the-art web applications quickly and efficiently using Flask and related technologies with Python 3
Key Features
- Explore Flask 1.0.3 and Python 3.7, along with useful insights into microservices
- Get the most out of the powerful Flask framework and maintain the flexibility of your design choices
- Write cleaner and maintainable code with the help of sample apps
Book Description
Flask, the lightweight Python web framework, is popular thanks to its powerful modular design that lets you build scalable web apps. With this recipe-based guide, you’ll explore modern solutions and best practices for Flask web development.
Updated to the latest version of Flask and Python 3, this second edition of Flask Framework Cookbook moves away from some of the old and obsolete libraries and introduces new recipes on cutting-edge technologies. You’ll discover different ways of using Flask to create, deploy, and manage microservices. This Flask Python book starts by covering the different configurations that a Flask application can make use of, and then helps you work with templates and learn about the ORM and view layers. You’ll also be able to write an admin interface and get to grips with debugging and logging errors. Finally, you’ll learn a variety of deployment and post-deployment techniques for platforms such as Apache, Tornado, and Heroku.
By the end of this book, you’ll have gained all the knowledge you need to confidently write Flask applications and scale them using standard industry practices.
What you will learn
- Explore web application development in Flask, right from installation to post-deployment stages
- Make use of advanced templating and data modeling techniques
- Discover effective debugging, logging, and error handling techniques in Flask
- Integrate Flask with different technologies such as Redis, Sentry, and MongoDB
- Deploy and package Flask applications with Docker and Kubernetes
- Design scalable microservice architecture using AWS Lambda continuous integration and continuous deployment
Who this book is for
If you are a web developer who wants to learn more about developing scalable and production-ready applications in Flask, this is the book for you. You’ll also find this book useful if you are already aware of Flask's major extensions and want to use them for better application development. Basic Python programming experience along with basic understanding of Flask is assumed.
Table of contents
- Title Page
- Copyright and Credits
- About Packt
- Contributors
- Preface
-
Flask Configurations
- Setting up our environment with virtualenv
- Handling basic configurations
- Configuring using class-based settings
- Organizing static files
- Being deployment-specific with instance folders
- Composition of views and models
- Creating a modular web app with blueprints
- Making a Flask app installable using setuptools
- Templating with Jinja2
- Data Modeling in Flask
-
Working with Views
- Writing function-based views and URL routes
- Writing class-based views
- Implementing URL routing and product-based pagination
- Rendering to templates
- Dealing with XHR requests
- Using decorators to handle requests beautifully
- Creating custom 404 and 500 handlers
- Flashing messages for better user feedback
- Implementing SQL-based searching
- Webforms with WTForms
- Authenticating in Flask
- RESTful API Building
- Admin Interface for Flask Apps
- Internationalization and Localization
-
Debugging, Error Handling, and Testing
- Setting up basic file logging
- Sending emails on the occurrence of errors
- Using Sentry to monitor exceptions
- Debugging with pdb
- Creating our first simple test
- Writing more tests for views and logic
- Nose library integration
- Using mocking to avoid real API access
- Determining test coverage
- Using profiling to find bottlenecks
- Deployment and Post-Deployment
- Microservices and Containers
- Other Tips and Tricks
- Other Books You May Enjoy
Product information
- Title: Flask Framework Cookbook - Second Edition
- Author(s):
- Release date: July 2019
- Publisher(s): Packt Publishing
- ISBN: 9781789951295
You might also like
book
Flask Web Development, 2nd Edition
Take full creative control of your web applications with Flask, the Python-based microframework. With the second …
book
Mastering Flask Web Development - Second Edition
Learn to build modern, secure, highly available web MVC applications and API's using Python`s Flask framework. …
book
Modern Python Cookbook - Second Edition
Complete recipes spread across 15 chapters to help you overcome commonly faced issues by Python for …
video
Advanced REST APIs with Flask and Python
This Advanced REST API course takes your REST API development to a whole new level by …