my weekend project in the mood of tryruby https://launchpad.net/intro-to-code what I liked most, that it nicely plays with IDLE but I still don't know, how to handle multiline inputs?? and how to start IDLE on windows... -- Jurgis Pralgauskis tel: 8-616 77613; jabber: jurgis@akl.lt; skype: dz0rdzas; Don't worry, be happy and make things better ;)
Hello, You can try the online interactive python tutorial system (beta) http://84.55.3.131:801/ (waiting for feedback :) still no freedom for experimentation, but local pythoniast proposed different alternatives: - http://try-python.mired.org/ (sun OS restricted zone) - PyPy sandboxed python http://codespeak.net/pypy/dist/pypy/doc/sandbox.html (somebody said, pylons have such in 500 Server Error pages) - Zope "safe Python" (but won't prevent DOS) - or just check for some words (import, eval, exec, read, write, file) before exec'ing - dedicated virtual server with external process checking and restarting if some DOS has happened On Sun, Jan 4, 2009 at 10:37 PM, Jurgis Pralgauskis <jurgis.pralgauskis@gmail.com> wrote:
my weekend project in the mood of tryruby https://launchpad.net/intro-to-code
what I liked most, that it nicely plays with IDLE but I still don't know, how to handle multiline inputs?? and how to start IDLE on windows...
-- Jurgis Pralgauskis tel: 8-616 77613; jabber: jurgis@akl.lt; skype: dz0rdzas; Don't worry, be happy and make things better ;)
-- Jurgis Pralgauskis tel: 8-616 77613; jabber: jurgis@akl.lt; skype: dz0rdzas; Don't worry, be happy and make things better ;)
Jurgis Pralgauskis wrote:
Hello, You can try the online interactive python tutorial system (beta) http://84.55.3.131:801/ (waiting for feedback :)
Very nice, and here's the first feedback ;-) You probably made mistake: print 'hi' ^ Please correct your mistake: cheers, Stef
participants (2)
-
Jurgis Pralgauskis
-
Stef Mientki