With the groundwork skills under your belt, you’ll be ready to embark on a path that will rely on those skills. In this part, you'll be taking a step-by-step approach to build a functional and nice-looking blogging application.
The first step is chapter 6, where you’ll create a web application using the Flask framework. You’ll see how using Jinja2 templates can greatly simplify your work.
Chapter 7 is all about applying style to your first application and refactoring it to make expanding it a manageable task.
Chapter 8 presents an introduction to authentication. This allows you to grant access to users who want to use your web application, a big part of which is creating pages in your web application to register new users.