Skip to content

Moelf/pyjulia

This branch is 7 commits ahead of, 17 commits behind JuliaPy/pyjulia:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d35b213 · Jan 1, 2024
Feb 28, 2023
Feb 28, 2023
Feb 28, 2023
Jan 1, 2024
Oct 25, 2021
Aug 2, 2020
Apr 26, 2019
Apr 26, 2019
Oct 27, 2018
Dec 3, 2017
Apr 25, 2020
Feb 27, 2023
Mar 25, 2019
Dec 3, 2017
Nov 3, 2022
Nov 3, 2022

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 88.8%
  • Julia 8.7%
  • Shell 2.0%
  • Makefile 0.5%