|
|
|
|
|
by Max-Limelihood
1251 days ago
|
|
Replacing Matlab with Python in engineering seems like a very bad idea, given Python's poor performance. Matlab (and most Python) packages get around this by coding everything in C++, then just having users call that C++ code. But then you have to code in C++, which is expensive. Julia would probably be a better solution for this use case. |
|