Re: Dict Help

2007-07-17 Thread pruebauno
On Jul 17, 5:57 am, "Robert Rawlins - Think Blue" <[EMAIL PROTECTED]> wrote: > Morning Gabriel, > > I'm looking for a little more advice on this dictionary/list to > defaultdict/set conversion that we were talking about, there were a few > things I was looking to clarify. Firstly, what is the diffe

RE: Dict Help

2007-07-17 Thread Steven D'Aprano
On Tue, 17 Jul 2007 10:57:29 +0100, Robert Rawlins - Think Blue wrote: > Morning Gabriel, > > I'm looking for a little more advice on this dictionary/list to > defaultdict/set conversion that we were talking about, there were a few > things I was looking to clarify. Firstly, what is the differenc

RE: Dict Help

2007-07-17 Thread Robert Rawlins - Think Blue
briel, Rob -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Robert Rawlins - Think Blue Sent: 15 July 2007 20:47 To: 'Gabriel Genellina'; python-list@python.org Subject: RE: Dict Help Thanks Gabriel, That all works a charm, Iteration on this isn’t i

RE: Dict Help

2007-07-15 Thread Robert Rawlins - Think Blue
EMAIL PROTECTED] On Behalf Of Gabriel Genellina Sent: 15 July 2007 20:33 To: python-list@python.org Subject: Re: Dict Help En Sun, 15 Jul 2007 11:39:24 -0300, Robert Rawlins <[EMAIL PROTECTED]> escribió: > I'm looking for some help expanding on a dictionary I've got and storing

Re: Dict Help

2007-07-15 Thread Gabriel Genellina
En Sun, 15 Jul 2007 11:39:24 -0300, Robert Rawlins <[EMAIL PROTECTED]> escribió: > I'm looking for some help expanding on a dictionary I've got and storing > multiple values per key and the best way to do it. I'm guessing that I > need to store a list inside the value of the dictionary, but