I’ve written some code in Python using numpy, pandas, scikit-learn. Is it possible to call this Python code from a Julia Program?
Answer
I guess Foreign Funcall Interface is what you’re looking for. Here is the example for Julia. More info in PyCall.jl repository.