- Flask By Example
- Gareth Dwyer
- 140字
- 2021-07-09 20:06:53
Summary
We got through quite a lot of material in this first chapter! We did some initial setup and house-keeping and then wrote our first web application using Flask. We saw this run locally and then discussed how to use Git to copy our code to a server. We configured our server to serve our application to the public; however, our application is merely a static page that prints the "Hello, World!" string to whoever visits our page. This is not useful to many people and could be achieved more simply using a static HTML page. However, with the extra effort we put in, we now have all the power of Python behind our application; we're just not using it yet!
In the next chapter, we'll discover how to take advantage of Python to make our web applications more useful!
- Dependency Injection in .NET Core 2.0
- 數據結構習題精解(C語言實現+微課視頻)
- Python數據分析(第2版)
- MySQL數據庫管理與開發實踐教程 (清華電腦學堂)
- The HTML and CSS Workshop
- 精通Linux(第2版)
- Hands-On Natural Language Processing with Python
- 從零開始學C#
- Python圖形化編程(微課版)
- 計算機應用基礎教程(Windows 7+Office 2010)
- Scratch趣味編程:陪孩子像搭積木一樣學編程
- Machine Learning for Developers
- Angular Design Patterns
- PHP Microservices
- 基于MATLAB的控制系統仿真及應用