Re: [Tutor] list issue.. i think

2011-12-22 Thread Steven D'Aprano
bruce wrote: hi. got a test where i have multiple lists with key/values. trying to figure out how to do a join/multiply, or whatever python calls it, where i have a Whatever Python calls what? You need to explain what *you* mean by "a join/multiply" before we can tell what you are referring t

Re: [Tutor] list issue.. i think

2011-12-22 Thread Rich Lovely
On 23 December 2011 02:11, bruce wrote: > hi. > > got a test where i have multiple lists with key/values. trying to figure out > how to do a join/multiply, or whatever python calls it, where i have a > series of resulting lists/dicts that look like the following.. > > the number of lists/rows is d

[Tutor] list issue.. i think

2011-12-22 Thread bruce
hi. got a test where i have multiple lists with key/values. trying to figure out how to do a join/multiply, or whatever python calls it, where i have a series of resulting lists/dicts that look like the following.. the number of lists/rows is dynamic.. the size of the list/rows will also be dynam