Y
Hacker News
new
|
ask
|
show
|
jobs
by
peteradio
2706 days ago
Seems like it would be better to call Julia from python.
2 comments
Sean1708
2705 days ago
They're way ahead of you:
https://github.com/JuliaPy/pyjulia
link
elcritch
2706 days ago
Python doesn't have the typing support or even availability of many types. Calling Julia from Python in some cases would require something like cython or require even using the C api
ahem
.
link