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.2.tar.gz
(46.5 kB
view details)
Built Distribution
julia-0.5.2-py2.py3-none-any.whl
(62.7 kB
view details)
File details
Details for the file julia-0.5.2.tar.gz
.
File metadata
- Download URL: julia-0.5.2.tar.gz
- Upload date:
- Size: 46.5 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 | 4eb3bdf1e4726fb214abf4c04c46a5483fbb68eec38c580fba440800418df2e7 |
|
MD5 | c67e567794bf5dfc0072cdc06b0a977e |
|
BLAKE2b-256 | c5324a2223a55bcc6141b6f7d23d9adc67310bb6229e696cbaa5345275e27d9a |
File details
Details for the file julia-0.5.2-py2.py3-none-any.whl
.
File metadata
- Download URL: julia-0.5.2-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 | 7860332ebf9b93a5eab68fbb89f12a84ca887de83bc074ef69510b2a63907c9c |
|
MD5 | 529e988c4318eb6371d06c7fdfdb441b |
|
BLAKE2b-256 | 3b11169e24e98c863da020441fcb40fe999f34f119b58e65d24b4bb4085ff5fe |