Build dynamic, data-driven websites and modern web applications with Flask
About This Book
- Discover the most popular Flask resources on the web with ease
- Familiarize yourself with third-party libraries commonly used with Flask
- Create a fast, interactive, and secure web app with this hands-on guide
Who This Book Is For
This book is for anyone who wants to develop their knowledge of Python into something that can be used on the web. Flask follows the Python design principles and can be easily understood by anyone who knows Python, and even by those who do not.
What You Will Learn
- Create your web pages to add modularity and flexibility to your web app using templates
- Store and retrieve relational data using SQLAlchemy
- Develop schema migrations with Alembic
- Produce an admin section using flask-admin
- Build RESTful APIs using Flask-Restless
- Simulate requests and sessions using the Flask test client
- Make Ajax requests from Jinja2 templates
In Detail
Flask is a small and powerful web development framework for Python. It does not presume or force a developer to use a particular tool or library. Flask supports extensions that can add application features as if they were implemented in Flask itself. Flask's main task is to build web applications quickly and with less code. With its lightweight and efficient web development framework, Flask combines rapid development and clean, simple design.
This book will take you through the basics of learning how to apply your knowledge of Python to the web.
Starting with the creation of a Hello world Flask app, you will be introduced to the most common Flask APIs and Flask's interactive debugger. You will learn how to store and retrieve blog posts from a relational database using an ORM and also to map URLs to views. Furthermore, you will walk through template blocks, inheritalc§