[Tutor] looking for a Python feature for computer teaching

Danny Yoo danny.yoo at gmail.com
Mon Dec 15 05:57:17 CET 2014


On Dec 14, 2014 3:35 PM, "Pi Po" <cccccttttt at gmail.com> wrote:
>
> As a teacher I find python simple and effective.
>
> However, appreciate feedback from anyone who knows
> of a Python version with this feature:
>
> 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).
>

Have you seen the visualization provided by
http://pythontutor.com/visualize.html#mode=edit


More information about the Tutor mailing list