On Thu, 23 Oct 2014 16:25:28 +0200, giacomo boffi wrote: > Rustom Mody <rustompm...@gmail.com> writes: > >> [As best as I can make out the OP is not using the standalone >> interpreter nor idle nor (the many options like) >> python-interpreter-inside-emacs nor ipython nor ... > > but CodeSkulptor <http://www.codeskulptor.org/>] > > CodeSkulptor has been mentioned recently by S4H, and he had explained > why he uses CodeSkulptor, but I cannot remember anything of the > explanation...
CodeSkulptor is a tool used by a group of instructors at RICE to teach an on-line python programming course in a web browser environment. It may be a python IDE and interpreter implemented in HTML, CSS and javascript, I'm not sure. IO is handled by a package called simplegui, and I believe there's a wrapper for tkinter that presents simplegui if you want to run code written for codeskulptor outside of the codeskulptor environment. -- Denis McMahon, denismfmcma...@gmail.com -- https://mail.python.org/mailman/listinfo/python-list