8000 GitHub - sailfish009/pyjulia: python interface to julia
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

sailfish009/pyjulia

 
 

Repository files navigation

PyJulia

Stable documentation Latest documentation Build Status Build status Main workflow

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

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 88.3%
  • Julia 9.0%
  • < 2BE9 span class="color-fg-default text-bold mr-1">Shell 2.1%
  • Other 0.6%
0