1bcb2dfaeSJed Brown# Julia, Python, and Rust Interfaces 2bcb2dfaeSJed Brown 3*17be3a41SJeremy L ThompsonlibCEED provides high-level interfaces using the Julia, Python, and Rust programming languages. 4bcb2dfaeSJed Brown 5*17be3a41SJeremy L ThompsonMore information about the Julia interface can be found at the [LibCEED.jl documentation](http://ceed.exascaleproject.org/libCEED-julia-docs/dev/). 6bcb2dfaeSJed Brown 7*17be3a41SJeremy L ThompsonUsage of the Python interface is illustrated through a sequence of [Jupyter Notebook tutorials](https://github.com/CEED/libCEED/tree/main/examples/python). 8*17be3a41SJeremy L ThompsonMore information on the Python interface is available in the [SciPy paper](https://doi.org/10.25080/Majora-342d178e-00c). 9bcb2dfaeSJed Brown 10*17be3a41SJeremy L ThompsonMore information about the Rust interface can be found at the [Rust interface documentation](https://docs.rs/libceed). 11