DEV Community

Discussion on: Go or Python and why?

Collapse
 
20zinnm profile image
Meyer Zinn

Python for math or science, Go for almost anything else. Python has massive support for scientific programming, and its quirky language tricks (read: dynamic typing) make it quite concise for that purpose. Go is much better for maintaining large codebases and forcing you to make clear and good decisions regarding code structure.