Member-only story
Building Your First Website with Flask — Part 3
Keeping track of sessions and forms

Welcome to Part 3 of our guide to building your first Flask website. We have realized we’re probably going to develop several more parts after this — so don’t worry, expect parts 4 and 5! We’ve realized we’d also like to include insert and pulling from databases, as well as putting together a proper site with everything we’ve learned!
Read Parts 1 and 2 here:
In this post we’ll be looking at two essential areas of improving user interaction with your simple Flask Website. We’ll cover:
· Session Tracking
· Using forms to post information in Flask