-
Book Overview & Buying
-
Table Of Contents
Flask By Example
By :
Flask By Example
By:
Overview of this book
This book will take you on a journey from learning about web development using Flask to building fully functional web applications. In the first major project, we develop a dynamic Headlines application that displays the latest news headlines along with up-to-date currency and weather information. In project two, we build a Crime Map application that is backed by a MySQL database, allowing users to submit information on and the location of crimes in order to plot danger zones and other crime trends within an area. In the final project, we combine Flask with more modern technologies, such as Twitter's Bootstrap and the NoSQL database MongoDB, to create a Waiter Caller application that allows restaurant patrons to easily call a waiter to their table. This pragmatic tutorial will keep you engaged as you learn the crux of Flask by working on challenging real-world applications.
Table of Contents (14 chapters)
Preface
1. Hello, World!
2. Getting Started with Our Headlines Project
3. Using Templates in Our Headlines Project
4. User Input for Our Headlines Project
5. Improving the User Experience of Our Headlines Project
6. Building an Interactive Crime Map
7. Adding Google Maps to Our Crime Map Project
8. Validating User Input in Our Crime Map Project
9. Building a Waiter Caller App
10. Template Inheritance and WTForms in Waiter Caller Project
11. Using MongoDB with Our Waiter Caller Project
A. A Sneak Peek into the Future
Index