[portland] Meeting Tomorrow?

kirby urner kirby.urner at gmail.com
Tue Mar 11 00:50:45 CET 2008


>    My problem is translating the examples I've read of the itertools'
>  groupby() function (which focus on dictionaries) to pick the appropriate
>  items from each tuple I've retrieved from the database. While I now
>  understand the purpose of groupby(), I'm still not using it correctly.
>
>
>
>  Rich
>

My personal advice, coder to coder, would be to implement a
non-itertools solution first, then go to itertools later if you feel
there's a significant advantage.

Kirby


More information about the Portland mailing list