- Flask Framework Cookbook
- Shalabh Aggarwal
- 432字
- 2021-08-05 17:17:18
What this book covers
Chapter 1, Flask Configurations, helps in understanding the different ways in which Flask can be configured to suit various needs as per the demands of the project. It starts by telling us how to set up our development environment and moves on to the various configuration techniques.
Chapter 2, Templating with Jinja2, covers the basics of Jinja2 templating from the perspective of Flask and explains how to make applications with modular and extensible templates.
Chapter 3, Data Modeling in Flask, deals with one of the most important part of any application, that is, its interaction with the database systems. We will see how Flask can connect to database systems, define models, and query the databases for the retrieval and feeding of data.
Chapter 4, Working with Views, talks about how to interact with web requests and the proper responses to be catered for these requests. It covers various methods of handling the requests properly and designing them in the best way.
Chapter 5, Webforms with WTForms, covers form handling, which is an important part of any web application. As much as the forms are important, their validation holds equal importance, if not more. Presenting this information to the users in an interactive fashion adds a lot of value to the application.
Chapter 6, Authenticating in Flask, deals with authentication, which sometimes acts as a thin red line between the application being secure and insecure. This chapter deals with social logins in detail.
Chapter 7, RESTful API Building, helps in understanding REST as a protocol and then talks about writing RESTful APIs for Flask applications.
Chapter 8, Admin Interface for Flask Apps, focuses on writing admin views for Flask applications. First, we will write completely custom-made views and then write them with the help of an extension.
Chapter 9, Internationalization and Localization, expands the scope of Flask applications and covers the basics of how to enable support for multiple languages.
Chapter 10, Debugging, Error Handling, and Testing, moves on from being completely development-oriented to testing our application. With better error handling and tests, the robustness of the application increases manifold and debugging aids in making the lives of developers easy.
Chapter 11, Deployment and Post Deployment, covers the various ways and tools using which the application can be deployed. Then, you will learn about application monitoring, which helps in keeping track of the performance of the application.
Chapter 12, Other Tips and Tricks, is a collection of some handy tricks that range from full-text search to caching. Then finally, we will go asynchronous with certain tasks in Flask applications.
- Python程序設計(第3版)
- 從0到1:HTML+CSS快速上手
- Learning Neo4j 3.x(Second Edition)
- 深度學習:算法入門與Keras編程實踐
- 大學計算機基礎(第2版)(微課版)
- Hands-On Natural Language Processing with Python
- R Deep Learning Cookbook
- Python時間序列預測
- HTML5開發精要與實例詳解
- 硬件產品設計與開發:從原型到交付
- Android應用開發實戰(第2版)
- Mastering Android Studio 3
- Java Web開發基礎與案例教程
- Python繪圖指南:分形與數據可視化(全彩)
- Building Scalable Apps with Redis and Node.js