-
Book Overview & Buying
-
Table Of Contents
Full-Stack Web Development with Flask
By :
Full-Stack Web Development with Flask
By:
Overview of this book
In this course, we will cover everything you need to know to build a dynamic web application using the Python and Flask frameworks for seamless full-stack web development. You'll dive into the Flask environment and get to know its directory structure, template, and routing systems. Then you'll learn to connect to databases such as Flask-SQLAlchemy and Flask-MongoEngine to help store and track data.
We will show you how to build styled websites for an amazing UI experience using this popular front-end tool, how to get to grips with The Flask-RESTPlus extension, and how to call the API from JavaScript and use Postman to test the API. You'll learn to integrate Flask-Security, which allows you to add common security mechanisms. The course will also teach you options for deploying your Flask application.
Finally, you'll be able to build amazing personal or effective business websites while writing your code in Python's Flask framework and its popular front-end framework. The course will develop your experience in Flask and when you've completed it you will be able to build your own complex web applications.
All codes and supporting files are placed on GitHub at this link:
https://github.com/PacktPublishing/Full-Stack-Web-Development-with-Flask-Video-
Table of Contents (6 chapters)
Setting Up the Virtual Environment and Framework
Creating a Flask Project
Working with Templates
Working with Databases
Working with Web Forms and Flask-Security
Creating and Testing REST APIs Using Postman