SkillAgentSearch skills...

Pymbolic

A simple package to do symbolic math (focus on code gen and DSLs)

Install / Use

/learn @inducer/Pymbolic
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Pymbolic: Easy Expression Trees and Term Rewriting

.. image:: https://gitlab.tiker.net/inducer/pymbolic/badges/main/pipeline.svg :alt: Gitlab Build Status :target: https://gitlab.tiker.net/inducer/pymbolic/commits/main .. image:: https://github.com/inducer/pymbolic/actions/workflows/ci.yml/badge.svg :alt: Github Build Status :target: https://github.com/inducer/pymbolic/actions/workflows/ci.yml .. image:: https://badge.fury.io/py/pymbolic.svg :alt: Python Package Index Release Page :target: https://pypi.org/project/pymbolic .. image:: https://zenodo.org/badge/2016193.svg :alt: Zenodo DOI for latest release :target: https://zenodo.org/badge/latestdoi/2016193

Pymbolic is a small expression tree and symbolic manipulation library. Two things set it apart from other libraries of its kind:

  • Users can easily write their own symbolic operations, simply by deriving from the builtin visitor classes.
  • Users can easily add their own symbolic entities to do calculations with.

Pymbolic currently understands regular arithmetic expressions, derivatives, sparse polynomials, fractions, term substitution, expansion. It automatically performs constant folding, and it can compile its expressions into Python bytecode for fast(er) execution.

If you are looking for a full-blown Computer Algebra System, look at sympy <https://pypi.org/project/sympy/>__ or PyGinac <https://pyginac.sourceforge.net/>__. If you are looking for a basic, small and extensible set of symbolic operations, pymbolic may well be for you.

Resources:

  • PyPI package <https://pypi.org/project/pymbolic/>__
  • Documentation <https://documen.tician.de/pymbolic/>__
  • Source code (GitHub) <https://github.com/inducer/pymbolic>__
View on GitHub
GitHub Stars126
CategoryContent
Updated2d ago
Forks27

Languages

Python

Security Score

85/100

Audited on Mar 25, 2026

No findings