On 29 September 2013 22:09, Joel Goldstick <joel.goldst...@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
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor

Reply via email to