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.1.tar.gz
(254.4 kB
view details)
Built Distribution
julia-0.4.1-py2.py3-none-any.whl
(271.4 kB
view details)
File details
Details for the file julia-0.4.1.tar.gz
.
File metadata
- Download URL: julia-0.4.1.tar.gz
- Upload date:
- Size: 254.4 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 | 3c3e6c5e593391627189b905b04363c9c35c08c2e9200711e4de510cdf711252 |
|
MD5 | 000e7af16df3b09a45a1c5041a96684c |
|
BLAKE2b-256 | ed13c5511329618a3073c750132f41ec1b4dd37b1a1dd0df99aafca028d33a3d |
File details
Details for the file julia-0.4.1-py2.py3-none-any.whl
.
File metadata
- Download URL: julia-0.4.1-py2.py3-none-any.whl
- Upload date:
- Size: 271.4 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 | 0bef9e6a02a66583711d20173e14bb8556c96db9b55e20b58a41e15a86ba9c5e |
|
MD5 | eeeae3d9cf8a8924dd4028a6ba85cf4e |
|
BLAKE2b-256 | 3d88748ec53a86f2b70303c268f2efaaf2f58ead5f2355728a1727d4fd7fc608 |