An introduction to using Python Flask, as well as HTML/CSS/JS and SQLite by walking through the creation of a to-do web application.
Project resources at https://pbaumgarten.com/python/tasker...
== Video chapters ==
0:00:00 Introduction
0:04:00 Creating our Flask skeleton
0:10:30 Introducing HTML and creating login.html
0:24:30 Introducing CSS and creating login.css
0:43:40 Main.html and main.css
0:49:30 Jinga2 templating language
1:06:00 Creating the database
1:12:14 Use Python to read the database
1:40:15 Writing to the database
2:01:10 A little Javascript for new task and new folder
2:25:20 Flask_login
2:44:43 Securing our passwords
3:07:11 Upload to PythonAnywhere.com