
Ep. 47: SymPy
Updated: Aug 28, 2020
Featuring Developer: Aaron Meurer
Episode #47
Air Date 14 August 2020
@12 PM Eastern
Register here: https://app.livestorm.co/openteams/open-source-directions-ep-47-sympy
We will be rejoined by Aaron Meurer who will talk once again about the work he has been doing with SymPy. SymPy is a Python library for symbolic mathematics. It aims to become a full-featured computer algebra system (CAS) while keeping the code as simple as possible in order to be comprehensible and easily extensible. SymPy is written entirely in Python.
Licensed under BSD, SymPy is free both as in speech and as in beer. SymPy only depends on mpmath, a pure Python library for arbitrary floating point arithmetic, making it easy to use. As a library, beyond use as an interactive tool, SymPy can be embedded in other applications and extended with custom functions.