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.5.tar.gz
(53.1 kB
view details)
Built Distribution
julia-0.5.5-py2.py3-none-any.whl
(67.2 kB
view details)
File details
Details for the file julia-0.5.5.tar.gz
.
File metadata
- Download URL: julia-0.5.5.tar.gz
- Upload date:
- Size: 53.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a9099a1fd80f09c8e66cf8fba5770d73716b60081d6472de5414f7285141023e |
|
MD5 | 41d89879dce7a1859a68b5233b65f1c8 |
|
BLAKE2b-256 | f9f8decd7caac735685fca5da8d8d08d34834c0f67305847748459b7363cc23b |
File details
Details for the file julia-0.5.5-py2.py3-none-any.whl
.
File metadata
- Download URL: julia-0.5.5-py2.py3-none-any.whl
- Upload date:
- Size: 67.2 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5da10c5c5a6d172d613cef681e7b6d0412421ca3df16c2b2c0e120fcb1be2cd7 |
|
MD5 | b1ae0d54e81b3cc16bfe7ca439f38597 |
|
BLAKE2b-256 | 449639a27ccbc093e3fbed6f8f10308a92125d32a09a4a05a62dbdf46960affa |