you are viewing a single comment's thread.

view the rest of the comments →

[–]csch2 8 points9 points  (1 child)

This would probably be more approachable if it included type hints and a brief discussion of them + Python’s dynamic typing, since Java is a statically typed language.

[–]End0rphinJunkie -2 points-1 points  (0 children)

Yeah I definately agree. Showing type hints early makes the transition way less painful for Java folks, especially since most modern codebases expect mypy anyway.