Skip to content

To Do Manager Example

Peter JOHN Matecsa edited this page Mar 15, 2022 · 2 revisions

Overview

A To-Do manager is an excellent demonstration of CRUD. A CRUD application creates, reads, updates and deletes records that persist in a database. We will simulate a database with a Python dictionary.

Key Concepts

  • pack layout
  • display rows in a table
  • row selection
  • dynamic previous and next record buttons
  • pop-up record editor

Steps

Documentation is needed here.

Clone this wiki locally