[julia-users] Re: Calling Julia code from Python

2016-11-02 Thread Harish Kumar
Use pyjulia package. Convert your data set to list of list and pass to Julia On Wednesday, November 2, 2016 at 1:43:27 PM UTC-5, Alexei Serdiuk wrote: > > Hi, > > I'm new to Julia and, unfortunately, I'm almost zero to Python. > I need to call Julia code from Python. This code must do some operat

[julia-users] Re: Calling Julia code from Python

2016-11-02 Thread Jeffrey Sarnoff
Alexi, While you may want it to be otherwise, Steven is right. There have been a few programming languages that were designed to be useful with very little instruction. Julia, Python, Java, and most other modern languages are not that way. And while it would be great if there really were a f

[julia-users] Re: Calling Julia code from Python

2016-11-02 Thread Steven G. Johnson
On Wednesday, November 2, 2016 at 2:43:27 PM UTC-4, Alexei Serdiuk wrote: > > I'm new to Julia and, unfortunately, I'm almost zero to Python. > An unfortunate combination — better to learn one programming language before you deal with inter-language calling. > I need to call Julia code from