On Feb 27, 6:42 am, "steven.oldner" <steven.old...@gmail.com> wrote:
> Just learning Python and have a project to create a weekly menu and a
> shopping list from the menu.  

> Question:  How should I set up the data?  I'm looking at maybe 70 menu
> items and maybe 1000 items for the shopping list.  I need to be able
> to maintain each item also.
>

I agree with Mr. Holden. It's a perfect exercise for using Python with
sqlite3.

And the nice thing about this documentation is it has plenty of good
examples:

http://docs.python.org/library/sqlite3.html

Good luck,

RD
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to