On 2021-03-30, Chris Angelico <ros...@gmail.com> wrote: > I dunno about "canonical", but here's how I'd do it: > > lod = [info | {"name": name} for name, info in dod.items()] > > You could use {"name":name}|info instead if you prefer to have the > name show up first in the dictionary.
It's probably worth noting this method requires Python 3.9. -- https://mail.python.org/mailman/listinfo/python-list