Re: Data Coding suggestions



On Feb 27, 2:04 pm, Rick Dooling <rpdool...@xxxxxxxxx> wrote:
On Feb 27, 6:42 am, "steven.oldner" <steven.old...@xxxxxxxxx> 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

Thanks guys. While shopping today I've thought of a few more columns
for my data so my first item will be building the 3 DB tables and a
way to populate them. Since this was intended to automate what I do
on a weekly basis, I didn't think about adding recipes since I know
what I need for the family, but that's a good touch.

Item 1. Build 3 db tables
Item 2. Build app to populate tables.
Item 3. Build app to read tables and print lists.

Anything else?

.



Relevant Pages

  • RE: "Copy to" and "Move To" dialog boxes have slowed to a crawl
    ... the 'common controls' like that in it. ... I suppose that your app may have put ... Long delay before files appear in My Computer in Windows XP: ... six minutes to populate it. ...
    (microsoft.public.windowsxp.help_and_support)
  • RE: "Copy to" and "Move To" dialog boxes have slowed to a crawl
    ... Nero Scout - a media indexing softwer app that seems to think it needs to ... "Mark L. Ferguson" wrote: ... Long delay before files appear in My Computer in Windows XP: ... six minutes to populate it. ...
    (microsoft.public.windowsxp.help_and_support)
  • Re: Sharing datasources among forms - VS2005
    ... using to bind to comboboxes all over your app, ... want is a way to set up and populate a dataset once, ... that fits in with the IDE? ...
    (microsoft.public.dotnet.languages.vb)
  • Re: Problem with pages talking between two servers
    ... session to pass from one app to the next. ... URL variable that acts as a "flag" for the Page Load event in App 2 to ... that triggers a block of code to read the DB and populate an object. ...
    (microsoft.public.dotnet.framework)
  • Re: Problem with pages talking between two servers
    ... session to pass from one app to the next. ... URL variable that acts as a "flag" for the Page Load event in App 2 to ... that triggers a block of code to read the DB and populate an object. ...
    (microsoft.public.dotnet.framework.aspnet)

Loading