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.3.0.tar.gz
(247.7 kB
view details)
Built Distribution
julia-0.3.0-py2.py3-none-any.whl
(247.9 kB
view details)
File details
Details for the file julia-0.3.0.tar.gz
.
File metadata
- Download URL: julia-0.3.0.tar.gz
- Upload date:
- Size: 247.7 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 | 0aa4c7749bede9ead983a20fc395832a1aa77a37520c211ccd851931c80ea1f0 |
|
MD5 | daa866e1db75e241f7c482036df4ff5b |
|
BLAKE2b-256 | bbb5e669bab0ddca48ed1a83ce97b03f052b3823f659452825cc1ca5fa20be6e |
File details
Details for the file julia-0.3.0-py2.py3-none-any.whl
.
File metadata
- Download URL: julia-0.3.0-py2.py3-none-any.whl
- Upload date:
- Size: 247.9 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 | 8a35ba198d62a96baab7637f081531ec1a953b8a70220680338ad99eab374732 |
|
MD5 | a94399e7f3d5db2a01de6771f6ef5c51 |
|
BLAKE2b-256 | c765e9403885c8e04263ce70c85bf196f52cea25d6974cde04da686ed5d291c8 |