Python Forum

Full Version: Need to refer to Value of a key of a dictionary nested within a dictionary
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
I read it yestеrday but don't remember where.
The major change is in the string formatting. I like how is done.  :rolleyes:

https://www.python.org/dev/peps/pep-0498/
(Oct-02-2016, 07:28 PM)Yoriz Wrote: [ -> ]Python 3.6 dict becomes compact and gets a private version; and keywords become ordered

Another question about that...
Will ordered dictionaries be default version of dictionaries? If so, it makes me wonder what the performance impact will be. Surely ordered dictionaries will add complexity to the data structure.
(Oct-06-2016, 07:26 PM)j.crater Wrote: [ -> ]
(Oct-02-2016, 07:28 PM)Yoriz Wrote: [ -> ]Python 3.6 dict becomes compact and gets a private version; and keywords become ordered

Another question about that...
Will ordered dictionaries be default version of dictionaries? If so, it makes me wonder what the performance impact will be. Surely ordered dictionaries will add complexity to the data structure.

https://www.python.org/dev/peps/pep-0468/#id22

With my pure English dictionary I didn't get it well.  :blush:
Pages: 1 2