Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
[SymPyCore](https://github.com/jverzani/SymPyCore.jl) provides a `Julia`n interface to the [SymPy](https://www.sympy.org/) library of Python.


`SymPyPythonCall` 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`.
[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.

Expand Down