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
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
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 isnt i
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
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