|
|
|
|
|
by pacofvf
2255 days ago
|
|
"Python is slow" argument just shows complete ignorance about the subject. (and there may be good arguments for not using python) First of all if you are doing "for i in range(N)" then you are already doing it wrong, for ML and data analytics you should be using NumPy "np.arange()", Numpy arange doesnt even run in "python" it's implemented in C. So it may even be faster than swift '..<' . Let me know when you can use swift with spark. |
|