Data Coding suggestions

Rick Dooling rpdooling at gmail.com
Fri Feb 27 15:04:15 EST 2009


On Feb 27, 6:42 am, "steven.oldner" <steven.old... at 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



More information about the Python-list mailing list