MilesCranmer / pyjulia

python interface to julia

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PyJulia

Stable documentation Latest documentation Main workflow DOI

Experimenting with developing a better interface to Julia language that works with Python 3 and Julia v1.4+.

Quick usage

$ python3 -m pip install julia    # install PyJulia
...                               # you may need `--user` after `install`

$ python3
>>> import julia
>>> julia.install()               # install PyCall.jl etc.
>>> from julia import Base        # short demo
>>> Base.sind(90)
1.0

See more in the documentation.

About

python interface to julia

License:MIT License


Languages

Language:Python 88.8%Language:Julia 8.7%Language:Shell 2.0%Language:Makefile 0.5%