8 ms·
Python supports type annotations and static typing via mypy and co. I find statically typed Python is absolutely comparable to other statically typed languages.
by Rotareti 6y ago
Python supports type annotations and static typing via mypy and co. I find statically typed Python is absolutely comparable to other statically typed languages. At least I don't feel much of a difference working with it compared to go, typescript.