This is a short symbolic differenciation program. It works on single-variable polynomial expressions.
The main codebase is in sym.py. To run the tests execute:
sym.py
python -m unittest tests.py