- Flask Framework Cookbook
- Shalabh Aggarwal
- 336字
- 2021-08-05 17:17:18
Preface
Flask is a lightweight web application microframework written in Python. It makes use of the flexibility of Python to provide a relatively simple template for web application development. Flask makes it possible to write simple one-page applications, but it also has the power to scale them and build larger applications without any issues.
Flask has excellent documentation and an active community. It has a number of extensions, each of which have documentation that can be rated from good to excellent. There are a few books also available on Flask; they are great and provide a lot of insight into the framework and its applications. This book tries to take a different approach to explain the Flask framework and multiple aspects of its practical uses and applications as a whole.
This book 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 configurations that a Flask application can make use of. From here, you will learn how to work with templates, before learning about the ORM and view layers, which act as the foundation of web applications. Then, you will learn how to write RESTful APIs with Flask, after learning various authentication techniques. As you move ahead, you will learn how to write an admin interface followed by the debugging and logging of errors in Flask. You will also learn how to make your applications multilingual and gain an insight into the various testing techniques. Finally, you will learn about the different deployment and post-deployment techniques on platforms such as Apache, Tornado, Heroku, and AWS Elastic Beanstalk.
By the end of this book, you will have all the necessary information required to make the best use of this incredible microframework to write small and big applications and scale them with industry-standard practices.
A good amount of research coupled with years of experience has been used to develop this book, and I really wish that this book will benefit fellow developers.
- 新編Visual Basic程序設計上機實驗教程
- Learn ECMAScript(Second Edition)
- Practical Data Science Cookbook(Second Edition)
- Java 9 Programming Blueprints
- Oracle 12c中文版數據庫管理、應用與開發實踐教程 (清華電腦學堂)
- 網店設計看這本就夠了
- Mastering RStudio:Develop,Communicate,and Collaborate with R
- Unity 2D Game Development Cookbook
- Learning Unreal Engine Android Game Development
- Zabbix Performance Tuning
- Mudbox 2013 Cookbook
- 現代CPU性能分析與優化
- 黑莓(BlackBerry)開發從入門到精通
- 高效使用Greenplum:入門、進階與數據中臺
- Visual Basic程序設計基礎