- 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!
- UI圖標創意設計
- Boost程序庫完全開發指南:深入C++”準”標準庫(第5版)
- Web程序設計(第二版)
- 組態軟件技術與應用
- FPGA Verilog開發實戰指南:基于Intel Cyclone IV(進階篇)
- Haskell Data Analysis Cookbook
- PySpark Cookbook
- Python3.5從零開始學
- C++語言程序設計
- 數字媒體技術概論
- Oracle SOA Suite 12c Administrator's Guide
- Hadoop Blueprints
- Hands-On ROS for Robotics Programming
- Mastering Citrix? XenDesktop?
- C#開發之道