Show HN: I got tired of print(x.shape) so I built runtime type hints for Python(github.com/yiheinchai)
7 points by chaiyihein 4 days ago | 1 comments
- chaiyihein 3 days agoIt's basically automated typing in Python using information about the types and data at runtime.