Hacker News new | ask | show | jobs
by teddyh 447 days ago
Python is a strongly typed language. But Python is not statically typed; Python is dynamically typed, with optional type declarations which enables static type checking (by third-party software).