Home
:
Book details
:
Book description
Description of
Flask Web Development from Scratch: Introduction to Developing Web Applications with Python
Flask is a Python web application framework. Flask makes it easy to create small applications and even extend them to larger applications. In this book, you'll learn how to create a new blog application from scratch. It is organized so that you can learn about the kinds of technology necessary for developing web applications in each chapter while you are building them. By reading through this book, you will naturally learn the basics of Flask: from developing the MTV framework, which is the concept of the Flask framework, implementing authentication through the creation of login functions, creating templates using Bootstrap or Jinja 2, and working with databases.