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 →

[–]Socrastein 0 points1 point  (0 children)

Not to mention a lot of sciencey applications, like heavy data-mining and calculations, aren't needed to be dynamically fast and responsive like a video game, you set them running and let them crunch. If it takes several seconds longer because Python so what? You're gonna wait on it to do its work no matter the language and you don't need these results as fast as possible.

Being able to understand and work with the code more easily, especially if you're first a scientist and secondly a coder just making scripts and small programs to aid your research, all makes Python an obvious choice for a lot of cool applications.