[IronPython] Unpacking

Iivari Mokelainen iivari at mokelainen.com
Wed Sep 8 13:29:20 CEST 2010


  I need to unpack a list of
     [name, x, y, name, x, y]
to a dictionary
     {name : (x,y), name:(x,y)}
how would one do that?

Also, is it ok to ask such newbie questions here, or is there a better 
place for that?




More information about the Ironpython-users mailing list