Y
Hacker News
new
|
ask
|
show
|
jobs
by
tasuki
180 days ago
Tell me more please: how does one use types in Python? Unfortunately I write Python professionally these days (it
is
the language that has all the libraries) and hate it with a passion.
2 comments
seg_lol
179 days ago
You will never get good if you continue to hate it. You don't have to like it, but hating it creates a mental block.
link
baq
179 days ago
mypy is the simplest/oldest option, look into pyright and ty, too.
install uv and then
uvx mypy
should do the rest.
link