|
|
|
|
|
by qop
2882 days ago
|
|
I'm not so familiar with the academic side of things as much as I am finance and corp side of things. Academic roles probably benefit a lot more from the more rigorously designed language/platfrom R offers. Not to mention the maturity of the ecosystem. Julias big draw is performance, in my eyes. Ease of use is good too, Python syntax + types + macros is great, but the speed is absolutely killer once you get it tuned up. Time will tell, but I see some very strong threats as Julia already has packages for xlsx, and a good Quant community forming up. For finance, I will be shocked if Julia isn't a household name 2-3 yrs from now. It's what the financial world has been waiting for. Python won't be killed for a while. It's just too ubiquitous. But it poses no major threat to any major firm who needs decent performance, and there will be more and more turmoil in python chore community as time goes on. I think it will get much worse, not better. |
|
Yes I’ve heard that but the counter-argument is just use Numba and leverage your existing Python/NumPy code onto GPU. Everyone always forgets that the Python community is very comfortable with offloading heavy lifting to other languages.