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 v0.6+.
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.4.0.tar.gz
(255.5 kB
view details)
Built Distribution
julia-0.4.0-py2.py3-none-any.whl
(271.2 kB
view details)
File details
Details for the file julia-0.4.0.tar.gz
.
File metadata
- Download URL: julia-0.4.0.tar.gz
- Upload date:
- Size: 255.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/39.2.0 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/3.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 937c7f7908faa16a695b79f347571bdbd16c3aa79f224e8dbbc6a6e67d3a26ad |
|
MD5 | 2480ed6f4388e1b4fc460f14f4a65740 |
|
BLAKE2b-256 | bca92395806544d00050f4d6da4c53649563fd914054df6c2f59734067318f08 |
File details
Details for the file julia-0.4.0-py2.py3-none-any.whl
.
File metadata
- Download URL: julia-0.4.0-py2.py3-none-any.whl
- Upload date:
- Size: 271.2 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/39.2.0 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/3.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f5690f1fa8f5a1f34e58554eb890920f8a9e0d26aba7b874ea79a95914426b8d |
|
MD5 | 11e0189cfe981847200cd5707a1775ae |
|
BLAKE2b-256 | 2860bf9f23abc84e8a1c6eb599e598a0053b4fe8aba890561fa27246b0a32b80 |