What's the neatest way of getting dictionary entries in a specified order?

Chris Green cl at isbd.net
Wed Mar 8 16:25:34 EST 2017


Chris Angelico <rosuav at gmail.com> wrote:
> On Thu, Mar 9, 2017 at 6:27 AM, Chris Green <cl at isbd.net> wrote:
> >     dbcol['firstname'] = col('First Name', True, False)
> >     dbcol['lastname'] = col('Last Name', True, False)
> 
> http://www.kalzumeus.com/2010/06/17/falsehoods-programmers-believe-about-names/
> 
Yes, I'm well aware of these issues, but it's my personal address book
so I can avoid many/most of them.

-- 
Chris Green
·



More information about the Python-list mailing list