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.0.tar.gz
(45.7 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
julia-0.5.0-py2.py3-none-any.whl
(61.7 kB
view details)
File details
Details for the file julia-0.5.0.tar.gz.
File metadata
- Download URL: julia-0.5.0.tar.gz
- Upload date:
- Size: 45.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.28.1 CPython/3.7.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
82d80f858dabb3ab6208ad8d4964517c1e9ad9b84e0cda81ce6254a813890922
|
|
| MD5 |
718084587fa6dfbf3eef164ef80e2b9c
|
|
| BLAKE2b-256 |
e689794b3ff7a8c16230c75b51a4ba49d4b26030cc11623439834b644acc74b5
|
File details
Details for the file julia-0.5.0-py2.py3-none-any.whl.
File metadata
- Download URL: julia-0.5.0-py2.py3-none-any.whl
- Upload date:
- Size: 61.7 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.28.1 CPython/3.7.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fcb8a44650751fd4b0d656982fb4725615585aac4982fba48fcfe0e3f3e280ac
|
|
| MD5 |
88efa722694e53f52f4800f02e59dd34
|
|
| BLAKE2b-256 |
2ba48b78154f7619ff13cd7ebe0127f893aa40556df73b8440baccf8b05afdfe
|