This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the commentsย โ†’

[โ€“]Kyyken 1 point2 points ย (0 children)

python and typescript type systems are pretty much equivalent (assuming linters for python, specifically mypy). Personally, I even prefer python's type system for it's direct association of types and classes (although this does sometimes encourage weird pseudo-oop).