[Edu-sig] Online Python Tutor --- open-source web-based execution visualization and problem sets UI

Jurgis Pralgauskis jurgis.pralgauskis at gmail.com
Sun Oct 16 12:35:30 CEST 2011


Hi, this tool is wonderfull - I (and students) use it every week -
esp. in beginning to code :)


***
it sitll has problems with utf-8 (if it is not in comments)
# coding = utf-8
x = [1, 2, 3] # čęė  - OK
y = x
y = u"asdęė"  # problem


***
would be nice to be able to apply stepping ability to (online)turtle
via javascript
like in http://www.learnpython.org/
I think it could be achieved quite straitforward like in
http://code.google.com/p/crunchy/source/browse/trunk/crunchy/src/imports/c_turtle.py
(python just generates js code (in addition to variables snapshots)) ;)



On Tue, Oct 11, 2011 at 5:22 PM, Philip Guo <pg at cs.stanford.edu> wrote:
> www.onlinepythontutor.com
> This is an open-source project that I've been developing on-and-off over the
> past few years in grad school.  It puts an innovative visual twist on
> traditional web-based programming tutorials and problem sets.
> Any feedback, questions, and collaboration opportunities are greatly
> appreciated!
> Philip
>
> _______________________________________________
> Edu-sig mailing list
> Edu-sig at python.org
> http://mail.python.org/mailman/listinfo/edu-sig
>
>



-- 
Jurgis Pralgauskis
tel: 8-616 77613;
Don't worry, be happy and make things better ;)
http://kompiuterija.pasimokom.lt


More information about the Edu-sig mailing list