Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

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.