Hacker News new | ask | show | jobs
by Tijdreiziger 2958 days ago
You can run a type-checking tool (e.g. mypy) which will tell you if you've made any type errors.

Since Python has no 'compile' step, type-checking takes the place of compiling in other languages.