SymPyPythonCall.jl

SymPy with PythonCall backend (not PyCall)
Author jverzani
Popularity
9 Stars
Updated Last
19 Days Ago
Started In
March 2022

SymPyPythonCall

Docs Build Status Coverage

SymPyCore provides a Julian interface to the SymPy 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.

The package SymPyPyCall 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.

Used By Packages