CPython on the Web

Katie T katie at coderstack.co.uk
Sun Jan 2 08:29:03 EST 2011


On Sun, Jan 2, 2011 at 7:26 AM, azakai <alonmozilla at gmail.com> wrote:
> The idea is that by compiling CPython itself, all the features of the
> language are immediately present, and at the latest version, unlike
> writing a new implementation which takes time and tends to lag behind.
> As to why run it on the web, there could be various uses, for example
> it could allow a simple learning environment for Python, which since
> it's on the web can be entered immediately without any download (and
> would run even in places where Python normally can't, like say an
> iPad).

It looks pretty neat ! - most solutions I've seen involve running
Python in a sandbox environment on the server as opposed to on the
client desktop.

Katie
-- 
CoderStack
http://www.coderstack.co.uk/perl-jobs
The Software Developer Job Board



More information about the Python-list mailing list