Julia/Python bridge with IPython support.
Project description
PyJulia
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.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
julia-0.5.3.tar.gz
(46.6 kB
view details)
Built Distribution
julia-0.5.3-py2.py3-none-any.whl
(62.7 kB
view details)
File details
Details for the file julia-0.5.3.tar.gz
.
File metadata
- Download URL: julia-0.5.3.tar.gz
- Upload date:
- Size: 46.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/44.0.0 requests-toolbelt/0.9.1 tqdm/4.28.1 CPython/3.8.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b13207125709fdba069a25c4e54ff366f0bc308807b2aa0f3b66924101799c58 |
|
MD5 | cdadd85aa57b91f008fe1abe668a02f3 |
|
BLAKE2b-256 | 475dd586b7b3ad145aa5c7375f2f9cb8ed6865b9dab0245955cdb43e9e8cb3d9 |
File details
Details for the file julia-0.5.3-py2.py3-none-any.whl
.
File metadata
- Download URL: julia-0.5.3-py2.py3-none-any.whl
- Upload date:
- Size: 62.7 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/44.0.0 requests-toolbelt/0.9.1 tqdm/4.28.1 CPython/3.8.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1c31c6641dec14a29d275ab6c4335b27e09903f464ec99948c342fd72ba6cc8e |
|
MD5 | 50f21b123bc77fa179754217d4a69b7e |
|
BLAKE2b-256 | c4810563509156e16ef51d5384e01883f8250be2f5e868c6da0bd1c5254cb764 |