Hacker News new | ask | show | jobs
by jstx1 1229 days ago
> If we use Python as a strongly typed language, it makes no difference which one you use. If we don't (i.e. use Python as it is: a dynamically-typed language),

Nitpick: Python is strongly typed, it's also dynamic. The strongly-weakly typed axis is different from the static-dynamic axis.

1 comments

Thanks for letting me know