Python
There is now a dedicated Python package for Diffsol called
pydiffsol. It wraps the
diffsol-c dynamic dispatch API (described in the C and other
languages page) in a clean, Pythonic interface — no Rust knowledge
required. You can install it with:
pip install pydiffsol
For usage and API documentation, see the pydiffsol docs.