GitHub - jverzani/SymPyPythonCall.jl: SymPy with PythonCall backend (not PyCall) (original) (raw)
Navigation Menu
- GitHub Copilot Write better code with AI
- GitHub Advanced Security Find and fix vulnerabilities
- Actions Automate any workflow
- Codespaces Instant dev environments
- Issues Plan and track work
- Code Review Manage code changes
- Discussions Collaborate outside of code
- Code Search Find more, search less
Explore - Why GitHub
- All features
- Documentation
- GitHub Skills
- Blog
- By company size
- Topics
- Pricing
Provide feedback
We read every piece of feedback, and take your input very seriously.
Include my email address so I can be contacted
Saved searches
Use saved searches to filter your results more quickly
Appearance settings
jverzani / SymPyPythonCall.jl Public
- Notifications You must be signed in to change notification settings
- Fork4
- Star 10
SymPy with PythonCall backend (not PyCall)
jverzani.github.io/SymPyPythonCall.jl/
License
10 stars 4 forks Branches Tags Activity
Notifications You must be signed in to change notification settings
Additional navigation options
Folders and files
Name | Name | Last commit message | Last commit date |
---|---|---|---|
Latest commitHistory171 Commits | |||
.github | .github | ||
docs | docs | ||
ext | ext | ||
src | src | ||
test | test | ||
.gitignore | .gitignore | ||
CondaPkg.toml | CondaPkg.toml | ||
LICENSE | LICENSE | ||
Project.toml | Project.toml | ||
README.md | README.md |
Repository files navigation
SymPyPythonCall
SymPyCore provides a Julia
n 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.
About
SymPy with PythonCall backend (not PyCall)
jverzani.github.io/SymPyPythonCall.jl/
Resources
License
Stars
Watchers
Forks
Releases17
Packages
No packages published