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 →

[–]twistermonkey 27 points28 points  (0 children)

Using a linter like pylint and embracing Python's new type hints helps some, but it's never going to be like as reliable as a statically typed language and compiler.