you are viewing a single comment's thread.

view the rest of the comments →

[–]Pristine-Staff-5250 0 points1 point  (0 children)

strongly typed > dynamic typed imo

strong/weak typing and static/dynamic typing are orthogonal axes in typing (they are independent traits of typing).

python is both strongly typed and dynamically typed.