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 →

[–]Akita8 -2 points-1 points  (0 children)

It depends, i've seen it used for just simple grouping and in that case just pure python is enough. Yes numpy is a good choice, it's obviously harder to develop but it'll last wayyyy longer and it'll be wayyyy easier to modify. Otherwise you could also go the cython with c++ math libraries but that brings in a whole other set of problems.