- Python Microservices Development
- Tarek Ziadé
- 95字
- 2021-07-02 18:54:22
Flask built-in features
The previous section gave us a good understanding of how Flask processes a request, and that's good enough to get you started.
But Flask comes with more helpers, which are quite useful. We'll discover the following main ones in this section:
- The session object: Cookie-based data
- Globals: Storing data in the request context
- Signals: Sending and intercepting events
- Extensions and middlewares: Adding features
- Templates: Building text-based content
- Configuring: Grouping your running options in a config file
- Blueprints: Organizing your code in namespaces
- Error handling and debugging: Dealing with errors in your app
推薦閱讀
- .NET之美:.NET關(guān)鍵技術(shù)深入解析
- Pandas Cookbook
- Java編程指南:基礎(chǔ)知識、類庫應(yīng)用及案例設(shè)計(jì)
- 基于Swift語言的iOS App 商業(yè)實(shí)戰(zhàn)教程
- 琢石成器:Windows環(huán)境下32位匯編語言程序設(shè)計(jì)
- Python數(shù)據(jù)結(jié)構(gòu)與算法(視頻教學(xué)版)
- 零基礎(chǔ)入門學(xué)習(xí)Python(第2版)
- Windows Embedded CE 6.0程序設(shè)計(jì)實(shí)戰(zhàn)
- Python程序設(shè)計(jì)與算法基礎(chǔ)教程(第2版)(微課版)
- QPanda量子計(jì)算編程
- UX Design for Mobile
- 深入淺出Python數(shù)據(jù)分析
- Python應(yīng)用開發(fā)技術(shù)
- Python滲透測試編程技術(shù):方法與實(shí)踐(第2版)
- HTML5 and CSS3:Building Responsive Websites