deepframeworks
deepframeworks copied to clipboard
Python has static typing
You mentioned:
The lack of static type in Python is just ... painful :).
However, now we have mypy and accompanying PEP 484: Type Hints, along with WIP PEP 526: Syntax for Variable and Attribute Annotations.