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.1.tar.gz
(46.3 kB
view details)
Built Distribution
julia-0.5.1-py2.py3-none-any.whl
(62.5 kB
view details)
File details
Details for the file julia-0.5.1.tar.gz
.
File metadata
- Download URL: julia-0.5.1.tar.gz
- Upload date:
- Size: 46.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.28.1 CPython/3.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9660819b4326d107009000bb0d283634a9b19e5de70d89680fb06127121d05d6 |
|
MD5 | ca95edf44c5420811246317bb99c7f4d |
|
BLAKE2b-256 | af77ee7a329f30e0c1455d7b340de6eca3b03000369d536d59e3412309e92f27 |
File details
Details for the file julia-0.5.1-py2.py3-none-any.whl
.
File metadata
- Download URL: julia-0.5.1-py2.py3-none-any.whl
- Upload date:
- Size: 62.5 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.28.1 CPython/3.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3883a54c703c1650bcde0cee93a9c4bd8358b7cdb90861303278b4a241f1c33d |
|
MD5 | 088f38512cb5a1a6f0e883a47b0b75b2 |
|
BLAKE2b-256 | bca17ce015e43246d73b1eef11a17fbc835d77e6cd9ace1f218e81f816673ced |