[Tutor] Creating To Do List Program - Question

Joel Goldstick joel.goldstick at gmail.com
Mon Sep 30 00:56:29 CEST 2013


On Sun, Sep 29, 2013 at 6:42 PM, Walter Prins <wprins at gmail.com> wrote:

> 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.)
>

Thanks Walter, yes I did mean sqlite

>
> 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 at python.org
> To unsubscribe or change subscription options:
> https://mail.python.org/mailman/listinfo/tutor
>
>


-- 
Joel Goldstick
http://joelgoldstick.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/tutor/attachments/20130929/c02ba0cf/attachment-0001.html>


More information about the Tutor mailing list