Y
Hacker News
new
|
ask
|
show
|
jobs
by
yawaramin
2644 days ago
You are confusing optional typing with optional static typechecking. Python has the latter, not the former. In other words, everything is typed in Python and it will always check types at runtime.