[Tutor] looking for a Python feature for computer teaching

Steven D'Aprano steve at pearwood.info
Mon Dec 15 01:12:04 CET 2014


On Sun, Dec 14, 2014 at 11:29:08AM -0800, Pi Po wrote:

> Want each interpreted line of code to introduce as a cells on
> a spreadsheet window each new variable (or array) with its initialized
> value,
> and show the updated contents of each previously defined variable (or
> array).


I haven't used any of these, but you can try them and see if they do 
what you want:

http://manns.github.io/pyspread/
https://github.com/pythonanywhere/dirigible-spreadsheet

There is also Resolver-One, but it is Windows only, and no longer 
available. But if you can find a copy somewhere, you could try it:

http://code.google.com/p/resolver/



-- 
Steven


More information about the Tutor mailing list