- Building Web Applications with Flask
- Italo Maia
- 81字
- 2021-07-16 14:13:03
Hello World
The first app one writes when learning a new technology is usually a Hello World app, which consists of the minimum possible code necessary to start a simple application and show the text "Hello World!". Let's do exactly that using Flask.
This book is optimized for Python 2.x, so, that's the version I advise you to use from now on. All the examples and code are aimed at that Python version, which is the default in most Linux distributions.
推薦閱讀
- Clojure Programming Cookbook
- Visual FoxPro程序設計教程(第3版)
- 微服務與事件驅動架構
- Cross-platform Desktop Application Development:Electron,Node,NW.js,and React
- Vue.js前端開發基礎與項目實戰
- Java編程指南:基礎知識、類庫應用及案例設計
- Windows Server 2012 Unified Remote Access Planning and Deployment
- Python完全自學教程
- Symfony2 Essentials
- Python編程從0到1(視頻教學版)
- RubyMotion iOS Develoment Essentials
- Android Development Tools for Eclipse
- 深度學習入門:基于Python的理論與實現
- Spring Boot從入門到實戰
- TypeScript High Performance