changeset 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
files README.md
diffstat 1 files changed, 4 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/README.md	Fri May 17 22:28:13 2019 +0200
+++ b/README.md	Fri May 17 22:30:21 2019 +0200
@@ -1,10 +1,12 @@
-# arith: Toy arithmetic parser in Python
+# `arith`: Toy arithmetic parser in Python
 
 This is not really useful except for playing around with recursive parsers and
-possible applications of computer algebra.
+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)