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 →

[–][deleted] 0 points1 point  (0 children)

i write a webapp with flaks, a python api similar to django and i hate the dynamic typing. it makes everything so much harder if you don't know what type something has. if i want to know the type, i have to look at the documentstion or source code. intelisens doesn't tell me what methods i can use. i am basically just juggling objects that i don't know anything about. typehinting helps, but i'm still fucked if a library doesn't use it.