-
Course
- Core Tech
Creating and Processing Web Forms with Flask 1
Web forms are the main point of interaction between the client and the web server. Learn to utilize the Flask-WTF (WTForms) package to implement them in a poweful Flask web framework.
What you'll learn
At the core of building modern web applications is a thorough knowledge of web forms. In this course, Creating and Processing Web Forms with Flask 1, you'll learn how to build functional forms and process their input. First, you'll see how to create the templates and views. Next, you'll explore processing the user input and making sure that the form data is safe from potential threats. Finally, you'll discover how to improve the user experience by adding error and flash messages, plus making the forms asynchronous with AJAX so users don't have to wait for the page to refresh. When you're finished with this course, you'll have a foundational knowledge of building web forms in Flask that will help you as you move forward to creating web applications with the Flask framework.
Table of contents
- Version Check | 15s
- Overview | 1m 25s
- Case Study: Globomantics Web Shop | 1m 47s
- Demo: Creating Templates and Views | 5m 21s
- Demo: Navigation Bar and Items List | 5m 37s
- The Basics of Web Forms | 2m 39s
- Demo: Requests with Form Data | 5m 58s
- Demo: Setting up SQLite for Storing Form Data | 1m 27s
- Demo: Application Context | 2m 38s
- Demo: Flashing Messages | 3m 29s
- Demo: Introducing Flask-WTF | 2m 51s
- Summary | 56s
About the author
Mateo is currently a full stack web developer working for a company that has clients from Europe and North America. His niche in programming was mostly web oriented, while freelancing, working on small startups and companies that require his services. Go(lang), Elixir, Ruby and C are his favorite languages and also the ones he’s mostly working with other then PHP in day to day work. He has a big passion for learning and teaching what he knows the best. His big interests recently have been the fields of DevOps, Linux, functional programming and machine learning.
More Courses by Mateo