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.4.tar.gz
(52.9 kB
view details)
Built Distribution
julia-0.5.4-py2.py3-none-any.whl
(67.0 kB
view details)
File details
Details for the file julia-0.5.4.tar.gz
.
File metadata
- Download URL: julia-0.5.4.tar.gz
- Upload date:
- Size: 52.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.2.0 requests-toolbelt/0.9.1 tqdm/4.48.1 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1f1c2098fed7694c6e107841e56b17291e829bfcb7851f7dd0adabb7faf34f1d |
|
MD5 | 6c9eb02a235303589c3c385c02c6f770 |
|
BLAKE2b-256 | f0637c44e82e51dff7aafdbe928a9f543bdf0be8edc0434f9e4d4ef54ec5e6f1 |
File details
Details for the file julia-0.5.4-py2.py3-none-any.whl
.
File metadata
- Download URL: julia-0.5.4-py2.py3-none-any.whl
- Upload date:
- Size: 67.0 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/49.2.0 requests-toolbelt/0.9.1 tqdm/4.48.1 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | edab82bbcd71dd9472dbb17a10be9e10ce763e52ec8486fa5e8393e355980ab0 |
|
MD5 | 345d4cd583700466958d77a58c36bd8d |
|
BLAKE2b-256 | afd215aeddffc2d6799fef41552a9949b72983f59659cf68e94add1c6a3e2631 |