In this Python tutorial, we'll be building a complete to-do application in Python using Flet as the UI and SQLite3 as the back-end. SQLite3 is a built-in library in Python, fast, and lightweight and it makes a great database for local storage.

Time Stamps
00:00:00 - 00:00:55  App Demonstration
00:00:57 - 00:10:12  App Setup
00:10:13 - 00:15:35  Form Class UI
00:15:36 - 00:19:54  Form Animation
00:19:55 - 00:26:38  Form Class UI cont.
00:26:39 - 00:35:39  Task Class UI
00:35:40 - 00:47:27  Display Task
00:47:28 - 01:03:15  Delete + Update Task
01:03:16 - 01:23:44  Database CRUD Functions
01:23:45 - 01:24:38  Final Demonstration

  • Note: The application seems to refresh when one of the CRUD functions are called. This could be a glitch from the code, but it does not affect the actual function. I will try to see where the source is from and update if possible.
  • Update: The refresh glitch was from running hot reload. Running the app without it makes it work.

Subscribe: https://www.youtube.com/@lineindent/featured 
#python  #flet #sqLite3 

Full To Do App in Python Flet & SQLite3 | Python Tutorial
23.25 GEEK