DEV Community

Discussion on: What I realised after learning Python, TypeScript and Kotlin

Collapse
 
michaelcurrin profile image
Michael Currin

Thanks for sharing. Nice to see them side by side.

Python 3 supports type hints as well which you can validate with mypy, in case you are interested in making your python code type-safe.

Collapse
 
andrewbaisden profile image
Andrew Baisden

Oh cool I did not know that I will check it out.

Collapse
 
michaelcurrin profile image
Michael Currin

I wrote a guide here for you to use michaelcurrin.github.io/dev-cheats...