Mastering Flask
| By: | Jack Stouffer |
| Publisher: | Packt Publishing |
| Print ISBN: | 9781784393656 |
| eText ISBN: | 9781784391928 |
| Edition: | 1 |
| Copyright: | 2015 |
| Format: | Reflowable |
Lifetime - $47.99
eBook Features
Instant Access
Purchase and read your book immediately
Read Offline
Access your eTextbook anytime and anywhere
Study Tools
Built-in study tools like highlights and more
Read Aloud
Listen and follow along as Bookshelf reads to you
Details
Table of Contents
Gain expertise in Flask to create dynamic and powerful web applications
Key Features
- • Work with scalable Flask application structures to create complex web apps
- • Discover the most powerful Flask extensions and learn how to create one
- • Deploy your application to real-world platforms using this step-by-step guide
- s
Book Description
Starting from a simple Flask app, this book will walk through advanced topics while providing practical examples of the lessons learned. After building a simple Flask app, a proper app structure is demonstrated by transforming the app to use a Model-View-Controller (MVC) architecture. With a scalable structure in hand, the next chapters use Flask extensions to provide extra functionality to the app, including user login and registration, NoSQL querying, a REST API, an admin interface, and more. Next, you’ll discover how to use unit testing to take the guesswork away from making sure the code is performing as it should. The book closes with a discussion of the different platforms that are available to deploy a Flask app on, the pros and cons of each one, and how to deploy on each one.What you will learn
- • Set up a best practices Python environment
- • Use SQLAlchemy to programmatically query a database
- • Develop templates in Jinja
- • Set up an MVC environment for Flask
- • Discover NoSQL, when to use it, when not to, and how to use it
- • Develop a custom Flask extension
- • Use Celery to create asynchronous tasks