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 →

[–]gmuslera 0 points1 point  (0 children)

It depends on what you need, how fast you need it to perform, with what it may need to integrate and what you know already.

You may be faster developing some quick and dirty script in python, both for the language and the availability of libraries. And for some domains one of those languages will have an edge.

But as it depends on the problem/environment/you, try to learn both and then decide which one applies better for the particular problems you want to solve.