Python Forum
Need to refer to Value of a key of a dictionary nested within a dictionary
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Need to refer to Value of a key of a dictionary nested within a dictionary
#11
I read it yestеrday but don't remember where.
"As they say in Mexico 'dosvidaniya'. That makes two vidaniyas."
https://freedns.afraid.org
Reply
#12
Python 3.6 dict becomes compact and gets a private version; and keywords become ordered
Reply
#13
The major change is in the string formatting. I like how is done.  :rolleyes:

https://www.python.org/dev/peps/pep-0498/
"As they say in Mexico 'dosvidaniya'. That makes two vidaniyas."
https://freedns.afraid.org
Reply
#14
(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.
Reply
#15
(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:
"As they say in Mexico 'dosvidaniya'. That makes two vidaniyas."
https://freedns.afraid.org
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Matching Data - Help - Dictionary manuel174102 1 354 Feb-02-2024, 04:47 PM
Last Post: deanhystad
  Dictionary in a list bashage 2 493 Dec-27-2023, 04:04 PM
Last Post: deanhystad
  filtering a list of dictionary as per given criteria jss 5 597 Dec-23-2023, 08:47 AM
Last Post: Gribouillis
  need to compare 2 values in a nested dictionary jss 2 794 Nov-30-2023, 03:17 PM
Last Post: Pedroski55
  Sort a list of dictionaries by the only dictionary key Calab 1 452 Oct-27-2023, 03:03 PM
Last Post: buran
  python dictionary is that a bug ? rmangla 2 546 Sep-27-2023, 05:52 AM
Last Post: DPaul
  python dictionary syntax nafshar 2 839 Apr-24-2023, 07:26 PM
Last Post: snippsat
  Printing specific values out from a dictionary mcoliver88 6 1,315 Apr-12-2023, 08:10 PM
Last Post: deanhystad
  How to add list to dictionary? Kull_Khan 3 951 Apr-04-2023, 08:35 AM
Last Post: ClaytonMorrison
  Dictionary freethrownucleus 3 65,061 Mar-22-2023, 08:26 PM
Last Post: deanhystad

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020