view README.md @ 1:b41edf239685 draft default tip

Amend README
author Lewin Bormann <lbo@spheniscida.de>
date Fri, 17 May 2019 22:30:21 +0200
parents e85652916197
children
line wrap: on
line source

# `arith`: Toy arithmetic parser in Python

This is not really useful except for playing around with recursive parsers and
possible applications of computer algebra. And becoming more familiar with
Python.

Ideas list:

* Unit tests - how to do that in Python?
* Vector calculations
* Matrix calculations
* Automatic symbolic differentiation (and integration)
* Graphing (with matplotlib)