Is Matlab faster than Python?
Posted
by kame
on Stack Overflow
See other posts from Stack Overflow
or by kame
Published on 2010-01-25T14:47:42Z
Indexed on
2010/03/13
3:47 UTC
Read the original article
Hit count: 352
I want to compute magnetic fields of some conductors using the biot-savart-law and I want to use a 1000x1000x1000 matrix. Before I use Matlab, but now I want to use Python. Is Python slower than Matlab? How can I make Python faster?
EDIT: Maybe the best way is to compute the big array with c/c++ and then transfering them to python. I want to visualise then with VPython.
EDIT2: Could somebody give an advice for which is better in my case: C or C++?
© Stack Overflow or respective owner