Hacker News new | ask | show | jobs
by human_error 1968 days ago
Not sure if you know what you're talking about. Python has always been a strongly typed language.
3 comments

Surprised to see you downvoted on HN for being right. In a thread specifically regarding python typing you would think getting the basics right is kind of important.

I don't see the hype here, just use a statically typed language if it's an important consideration for the project.

You’re probably one of those people that says “you mean the world wide web?” when someone says the internet.
No it hasn't. Python has things that it calls types, but they're not types: you can't determine the "type" of an expression from the "type" of its components.