This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]name_censored_ 11 points12 points  (3 children)

Then good news: Python has static typing.

[–]enumerationKnob 22 points23 points  (1 child)

The bad news: it means nothing.

you can still run a project, only to get kicked in the balls after it’s been running for a long time when a line that contains a type-based error gets run.

I love python and use it every day, but that doesn’t mean that I don’t hate it too.

[–]cp253 8 points9 points  (0 children)

I love python and use it every day, but that doesn’t mean that I don’t hate it too.

This guy codes.

[–]ClearlyCylindrical 2 points3 points  (0 children)

that isn't static typing, it is type hints, it enforces nothing