On Fri, Jan 4, 2019 at 10:44 AM iamybj--- via Python-list <python-list@python.org> wrote: > > { id: 1, name:’abc’, age:99, address:{province:’CA’, city:’SA’}}
Those are nested dicts, not tuples, which leaves your argument really unclear. A dict is essentially a hash map. Java and C# (it's unclear what language you're comparing to, but it looks like one of those) also have hash maps. So why are you complaining that Python has hash maps by comparing it to a language that also has hash maps? -- https://mail.python.org/mailman/listinfo/python-list