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.6.tar.gz
(53.1 kB
view details)
Built Distribution
julia-0.5.6-py2.py3-none-any.whl
(67.3 kB
view details)
File details
Details for the file julia-0.5.6.tar.gz
.
File metadata
- Download URL: julia-0.5.6.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.49.0 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 378d0377f75bb0e3bfc4cce19a56d3bf5a9a7be38e370e3a7cf3359bf4cd0378 |
|
MD5 | 33b08c83c6b8ce80e0405793a91e861e |
|
BLAKE2b-256 | a287a80628e24f3e3801c53d12e637d739bdc11587fd7244735fc69eb1b489c3 |
File details
Details for the file julia-0.5.6-py2.py3-none-any.whl
.
File metadata
- Download URL: julia-0.5.6-py2.py3-none-any.whl
- Upload date:
- Size: 67.3 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.49.0 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9ca85aa655806a5cdf588b70d2e0644c53c418bb22ee2b6565a72d9f9611f4cc |
|
MD5 | 1498f03574de0a2bd06f8a670c528570 |
|
BLAKE2b-256 | 7915b7ffd6aab0902a8430db614f964c2516db52f847a3c42d99904de72c1faa |