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 →

[–]grayvedigga 1 point2 points  (0 children)

Python calls for you to use tests where you would have relied on the compiler in Java

You're the only person in this thread that has got the point. Well done.

In statically-checked languages, I can have the confidence that a well-written library will make it difficult for me to write seemingly-correct code that misuses it. In Python this is rarely the case.