I am out of trial and error again Lists

Denis McMahon denismfmcmahon at gmail.com
Thu Oct 23 12:00:30 EDT 2014


On Thu, 23 Oct 2014 16:25:28 +0200, giacomo boffi wrote:

> Rustom Mody <rustompmody at 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, denismfmcmahon at gmail.com



More information about the Python-list mailing list