- Learning Flask Framework
- Matt Copperwaite Charles Leifer
- 188字
- 2021-07-30 10:18:34
Summary
By now you should be familiar with the process of setting up a new virtualenv for your Python project, be able to install Flask, and have created a simple app. In this chapter,we discussed how to create virtualenvs for your projects and install third-party packages using pip
. We also learnt how to write a basic Flask app, route requests to views, and to read request arguments. We familiarized ourselves with the interactive debugger and with how the Python interpreter processes the import statements.
If you were already familiar with most of the subject-matter in this chapter, do not worry; things will soon get more challenging.
In the next chapter, you will discover how to work with a relational database to store and retrieve blog entries. We'll add a new module to our project for storing our database-specific code and create some models to represent blog entries and tags. Once we are able to store the entries, we will learn how to read them back in a variety of ways through filtering, sorting, and aggregation. For more information, you can refer to the following links:
- Cocos2d Cross-Platform Game Development Cookbook(Second Edition)
- Learning Neo4j
- Learn Type:Driven Development
- C/C++常用算法手冊(第3版)
- 游戲程序設計教程
- Monitoring Elasticsearch
- JavaScript:Moving to ES2015
- 深入淺出Serverless:技術原理與應用實踐
- Python編程從0到1(視頻教學版)
- Learning Raspbian
- CoffeeScript Application Development Cookbook
- Getting Started with Nano Server
- FPGA嵌入式項目開發實戰
- Python趣味編程與精彩實例
- STM8實戰