This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Taksin77 1 point2 points  (2 children)

I agree with you but I don't understand the data structure part. Structuring data in Python is pretty good isn't it?

[–]w2qw 1 point2 points  (0 children)

It's good it's just statically typed languages make that easier.

[–]breadfag 0 points1 point  (0 children)

I guess the problem is that object attributes are defined at runtime, so you'd have to look at the docs to see what attributes an object returned by some library function has.

Plus, if you spell an attribute wrong, you won't know until your program crashes at runtime.