[julia-users] gsoc projects

2016-03-11 Thread awanish das
where should i discuss ideas related to gsoc projects?

[julia-users] calling julia in python

2016-03-19 Thread awanish das
hey as we know julia functions can be called in python by using by initialising julia interpretor in python using IPython or jupyter ,but can this be done by creating an easy to use pythob package which allows Juia functions to be imported ,can this be done without using IPython or any bridge,i

[julia-users] importing julia in python

2016-03-20 Thread awanish das
hey i am trying to import julia functions in python using pyjulia by installing PyCall but the problem im facing is that im not able to set the julia binary to my PATH and i.e. why while writing "import julia " in python script it is showing that no module find named julia.