- 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
推薦閱讀
- GitLab Cookbook
- Learning Docker
- Mastering Selenium WebDriver
- 青少年美育趣味課堂:XMind思維導圖制作
- MySQL數據庫管理與開發(fā)實踐教程 (清華電腦學堂)
- 從零開始學C語言
- ASP.NET程序開發(fā)范例寶典
- Photoshop CC移動UI設計案例教程(全彩慕課版·第2版)
- 計算機應用基礎(第二版)
- 人人都能開發(fā)RPA機器人:UiPath從入門到實戰(zhàn)
- Java高手是怎樣煉成的:原理、方法與實踐
- JavaEE架構與程序設計
- Elasticsearch搜索引擎構建入門與實戰(zhàn)
- 量子計算機編程:從入門到實踐
- Mastering Unity Scripting