Python on a public library computer

A

Anton Vredegoor

This is about how to start a Python interpreter on a very locked down
library computer.

Some time ago I started a thread about it.(Google won't let me reply to
older topics so I'm starting a new topic with the same title) A few
days ago I found a Jython console applet that can be run from a
webpage:

http://tams-www.informatik.uni-hamburg.de/applets/jython/primacheck.html

This opens a webpage (well, maybe after some editing, I can't get
google to display this link on the same line) which after some time aks
the user to sign an applet which then turns out to be a complete Jython
editor and interpreter!

I'm looking for the sourcecode of a project like this so that I can
host such a page myself and include more modules. Can anyone reach the
author or has anyone written something like it and is willing to share
the code? Alternatively can someone give me some tips about how to
write it myself? Currently I'm at the stage where I can compile and run
the examples (and the applets!) on the Jython homepage. I'm still
wondering about how to sign applets.

Maybe the interpreter could be done by using the code.py module from
Jython itself and just redirect stdin and stdout to an applet?

Anton

p.s. John Lee: You remembered correctly, such a thing exists.
 
S

Sybren Stuvel

Anton Vredegoor enlightened us with:
Some time ago I started a thread about it.(Google won't let me reply
to older topics so I'm starting a new topic with the same title)

Why not use a proper Usenet client?
A few days ago I found a Jython console applet that can be run from
a webpage:

Nice! For giggles, try "raise SystemExit()" ;-)

Sybren
 
R

Robert Kern

Sybren said:
Anton Vredegoor enlightened us with:


Why not use a proper Usenet client?

Because he's on a public computer without one installed?

--
Robert Kern
(e-mail address removed)

"In the fields of hell where the grass grows high
Are the graves of dreams allowed to die."
-- Richard Harter
 
S

Sybren Stuvel

Robert Kern enlightened us with:
Because he's on a public computer without one installed?

Guess it's time someone wrote a good Usenet client in a Jython applet
;-)

Sybren
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,781
Messages
2,569,619
Members
45,316
Latest member
naturesElixirCBDGummies

Latest Threads

Top