[Tutor] Creating To Do List Program - Question

Walter Prins wprins at gmail.com
Mon Sep 30 00:42:23 CEST 2013


On 29 September 2013 22:09, Joel Goldstick <joel.goldstick at gmail.com> wrote:

> mysql comes with python, and you can learn the basics over a weekend using
> the interactive tool that comes with it.
>

Just a minor errata:  I'm sure Joel meant to write "sqlite", not "mysql".
 (SQLite is indeed included with Python, the latter is not, though perhaps
the DB module to interface to mysql might be.)

Rafael, the idea would be to write your program so that the user doesn't
have to enter program code to update their todo list.  So, you might want
to offer the user a main menu, maybe with options to, say:  1) View the
outstanding todo items; 2) Edit an existing item; 3) Add a new item; 4)
Complete/Delete an existing item; 5) Quit.

Walter
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/tutor/attachments/20130929/7a271e90/attachment.html>


More information about the Tutor mailing list