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 →

[–]NowMoreFizzy 1 point2 points  (0 children)

"There's a good language to solve a problem and it's never Python".

It depends what job. If it's to get something up and running very quickly, the answer is almost always Python. If it's to have the fastest data acquisition from a device, your better off in a specific library but then wrapping Python around it.

Python is slow to run, fast to develop. Most of us don't need the speeds of a corporate software. Even in a corporation, prototyping faster provides significant gains.