- Flask By Example
- Gareth Dwyer
- 244字
- 2021-07-09 20:06:52
Chapter 1. Hello, World!
And hello, reader! Let's get started with building some Flask applications. Flask is minimalist enough to allow you choice and flexibility; unlike in larger frameworks, you choose what you want to do and then manipulate Flask to do your bidding, and it is complete enough to work right out of the box.
We'll walk together through the development of three web applications; the first one is straightforward and will allow you to cut your teeth on Flask and get used to the new technologies and terminology while building a nontrivial web application; the second will get you started with building a web application that makes use of a traditional SQL database; and the final, which has the most features, will make use of a NoSQL database and a frontend framework to create a useful and good-looking web application.
In this chapter, we'll take a brief look at what Flask is and, perhaps more importantly, what it isn't. We'll move on to setting up our basic development environment as well as a web server, and we'll install a Python package manager as well as Flask itself. By the end of the chapter, we'll have the outlines of our first app, and, as dictated by age-old tradition, we'll use our new skills to display the text "Hello, World!".
In brief, we will cover the following topics:
- Introducing Flask
- Creating our development environment
- Writing "Hello, World!"
- Deploying our application to production
- Vue.js前端開發(fā)基礎與項目實戰(zhàn)
- The React Workshop
- Mastering Yii
- Learning AndEngine
- Windows Server 2016 Automation with PowerShell Cookbook(Second Edition)
- Protocol-Oriented Programming with Swift
- NGINX Cookbook
- HTML5從入門到精通(第4版)
- Spring技術內幕:深入解析Spring架構與設計原理(第2版)
- Angular應用程序開發(fā)指南
- Mastering JavaScript
- Java并發(fā)實現原理:JDK源碼剖析
- Java設計模式深入研究
- 創(chuàng)新工場講AI課:從知識到實踐
- Zend Framework 2 Cookbook