https://github.com/jverzani/sympypythoncall.jl
SymPy with PythonCall backend (not PyCall)
https://github.com/jverzani/sympypythoncall.jl
Last synced: about 1 month ago
JSON representation
SymPy with PythonCall backend (not PyCall)
- Host: GitHub
- URL: https://github.com/jverzani/sympypythoncall.jl
- Owner: jverzani
- License: mit
- Created: 2022-03-09T21:45:03.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-02-19T20:04:01.000Z (3 months ago)
- Last Synced: 2025-03-30T09:22:22.963Z (2 months ago)
- Language: Julia
- Homepage: https://jverzani.github.io/SymPyPythonCall.jl/
- Size: 46.1 MB
- Stars: 10
- Watchers: 2
- Forks: 3
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SymPyPythonCall
[](https://jverzani.github.io/SymPyCore.jl/dev)
[](https://github.com/jverzani/SymPyPythonCall.jl/actions/workflows/CI.yml?query=branch%3Amain)
[](https://codecov.io/gh/jverzani/SymPyPythonCall.jl)[SymPyCore](https://github.com/jverzani/SymPyCore.jl) provides a `Julia`n interface to the [SymPy](https://www.sympy.org/) library of Python.
[SymPyPythonCall](https://github.com/jverzani/SymPyPythonCall.jl) utilizes `SymPyCore` and the `PythonCall` package (to provide the interop between `Julia` and `Python`) to enable access to Python's SymPy library using the practices and idioms of `Julia`.
The package [SymPyPyCall](https://github.com/jverzani/SymPyPyCall.jl) does a similar thing with the `PyCall` package providing the interop.
## Installation
Installing this package should install the `SymPyCore` package and the `PythonCall` package. The `PythonCall` package installs a `CondaPkg` package that installs the underlying SymPy library for Python.