Re: Data Coding suggestions

2009-02-28 Thread Kurt Smith
On Sat, Feb 28, 2009 at 10:08 AM, steven.oldner wrote: > > 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

Re: Data Coding suggestions

2009-02-28 Thread steven.oldner
On Feb 27, 2:04 pm, Rick Dooling wrote: > On Feb 27, 6:42 am, "steven.oldner" 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 i

Re: Data Coding suggestions

2009-02-27 Thread Rick Dooling
On Feb 27, 6:42 am, "steven.oldner" 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

Re: Data Coding suggestions

2009-02-27 Thread Steve Holden
steven.oldner wrote: > Just learning Python and have a project to create a weekly menu and a > shopping list from the menu. This is something I do manually now, so > I'm automating it. > > What I'd like is a list of menu choices, such as: > CODE- Description - Est Cost > > 'B01 - Pancakes, Saus

Data Coding suggestions

2009-02-27 Thread steven.oldner
Just learning Python and have a project to create a weekly menu and a shopping list from the menu. This is something I do manually now, so I'm automating it. What I'd like is a list of menu choices, such as: CODE- Description - Est Cost 'B01 - Pancakes, Sausage,and Eggs - $5.80, 'L01 - Tuna Fis