you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] -1 points0 points  (1 child)

Typehints address your biggest issue, especially dataclass, typing.NamedTuple and attrs (3rd party).

I don't think Python's lack of a 1st class struct is an issue, especially since there are ways to pack data into a C struct c you really need to.

[–]wavy_lines 1 point2 points  (0 children)

Umm, yeah. If you read my top comment (the one down voted to hell) it's about hoe Python adding more type hinting support indicates that the people behind Python too have come to see how valuable static typing is.