|
|
|
|
|
by Fede_V
4233 days ago
|
|
I actually both in terms of speed, and in terms of writing code they are remarkably similar approaches. numba forces you into certain ways of writing code to achieve significant speed ups, but usually that's not too restrictive. If you are used to writing numerical python code, you'll feel write at home in Julia - especially with the amazing PyCall module. |
|