- Learning Flask Framework
- Matt Copperwaite Charles Leifer
- 105字
- 2021-07-30 10:18:32
Chapter 1. Creating Your First Flask Application
Flask is fun. This bold declaration is one of the first things you see when you view the official Flask documentation and, over the course of this book, you will come to understand why so many Python developers agree.
In this chapter we shall:
- Briefly discuss the features of the Flask framework
- Set up a development environment and install Flask
- Implement a minimal Flask app and analyze how it works
- Experiment with commonly used APIs and the interactive debugger
- Start working on the blog project that will be progressively enhanced over the course of the book
推薦閱讀
- Instant Testing with CasperJS
- 構建移動網站與APP:HTML 5移動開發入門與實戰(跨平臺移動開發叢書)
- 程序員面試筆試寶典
- Windows系統管理與服務配置
- Vue.js快跑:構建觸手可及的高性能Web應用
- C語言程序設計立體化案例教程
- Internet of Things with Intel Galileo
- Java應用開發技術實例教程
- Big Data Analytics
- Hands-On Enterprise Automation with Python.
- Mastering Predictive Analytics with Python
- The Complete Coding Interview Guide in Java
- 持續集成與持續交付實戰:用Jenkins、Travis CI和CircleCI構建和發布大規模高質量軟件
- 軟件測試綜合技術
- Django 3.0應用開發詳解