Mathics from Python =================== While Mathics can be extended by writing Mathics packages, since it is largely written in Python you can call it from within Python or extend the primitives, (bullt-in functions and variables) that it provides. .. toctree:: :maxdepth: 1 developing-code/calling-mathics-library-from-within-python-code developing-code/extending developing-code/contributing-developing developing-code/testing