Skip to content
Better HN
Top
Best
Ask
Show
New
Jobs
Search
⌘K
0 points
metalforever
6y ago
0 comments
Save
Share
I would honestly like an option to "compile" python to check for typing inconsistencies with the type hinting introduced in Python 3. Also, the multithreading story is kinda shitty
0 comments
1 comments · 1 top-level
top
newest
oldest
Rotareti
6y ago
> I would honestly like an option to "compile" python to check for typing inconsistencies
You can use mypy for that:
https://github.com/python/mypy
j
/
k
navigate · click thread line to collapse