- 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
- Hyper-V 2016 Best Practices
- Drupal 8 Blueprints
- 深入理解Django:框架內(nèi)幕與實現(xiàn)原理
- PostgreSQL 11從入門到精通(視頻教學(xué)版)
- Yocto for Raspberry Pi
- ANSYS Fluent 二次開發(fā)指南
- Protocol-Oriented Programming with Swift
- Lighttpd源碼分析
- C語言從入門到精通
- Instant Debian:Build a Web Server
- Kubernetes進(jìn)階實戰(zhàn)
- 超簡單:Photoshop+JavaScript+Python智能修圖與圖像自動化處理
- Visual Basic程序設(shè)計實驗指導(dǎo)及考試指南
- WordPress Search Engine Optimization(Second Edition)
- Go Systems Programming