Type hinting of Python is just a toy ?

Ian Kelly ian.g.kelly at gmail.com
Fri Jan 4 13:06:14 EST 2019


On Fri, Jan 4, 2019 at 10:44 AM iamybj--- via Python-list
<python-list at 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?



More information about the Python-list mailing list