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.6.0.tar.gz
(54.1 kB
view details)
Built Distribution
julia-0.6.0-py2.py3-none-any.whl
(68.6 kB
view details)
File details
Details for the file julia-0.6.0.tar.gz
.
File metadata
- Download URL: julia-0.6.0.tar.gz
- Upload date:
- Size: 54.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.15
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ebe674265064ff5cdcd33dc0454f7894ca46e62aa36a848977fdf06ff5d092b0 |
|
MD5 | 89263446d6ff5b7f8d25814b45936ab2 |
|
BLAKE2b-256 | 3868b6a214c0721c87ae54296796b93f75bab60f3dd76d0fce25950dc33ea792 |
File details
Details for the file julia-0.6.0-py2.py3-none-any.whl
.
File metadata
- Download URL: julia-0.6.0-py2.py3-none-any.whl
- Upload date:
- Size: 68.6 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.15
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a0f7ea9522c121ffd516807c6f910cc239f622d4e4d6072f6acce1b1d715b7a4 |
|
MD5 | f9ea109bd7e7eac523ee69d0cdc6e1ab |
|
BLAKE2b-256 | 58dd1fb5ad7343961c2aa7676db9b331de3be592d57a152560408b1df8b2d41b |