I would like to communicate between Julia and Python. I have a data-science application which uses Julia, but I’d like to create a basic REST server with Flask. Although I am investigating writing the REST server with Julia, I’m passing off deployment to another team familiar with Python. Consequently, it would be ideal if Julia was abstracted away as much as possible. Previously, I tried using PyJulia, however I ran into threading issues.
Related topics
Topic | Replies | Views | Activity | |
---|---|---|---|---|
What would be a nice way to call Julia from Python using a different process? | 7 | 281 | September 22, 2024 | |
Anything to read on suggested solutions to inter-process communications | 6 | 446 | December 22, 2021 | |
Not able to run Julia through Flask-Celery | 5 | 899 | January 24, 2023 | |
Pyjulia in desperate need of attention form someone who knows what they're doing | 22 | 5755 | November 24, 2017 | |
Calling Julia from Python on thread | 2 | 1536 | July 17, 2020 |