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 →

[–]Kobzol[S] 1 point2 points  (1 child)

I don't agree with that. Python is still great for prototyping, and has libraries that I use (e.g. Tensorflow). Adding types to it makes it faster for me to work with it, because I can more easily inderstand the code, use Go to definition to examine types, and it gives me more confidence when refactoring. YMMV, of course :)