Can one spawn anonymous python shells on website like one on python.org but with only able to run a single script? If not, what javascript-python shell you'd recommend to use with pythonanywhere account? What is used on python.org?
I have a text game written in python and cmd-module (dunno if I'm going to curses later) that I'd like to put up for testing. I know now that I should have written it with javascript to start with, but now I'd like just to concentrate on developing what I have done so far. On the other hand if I get the terminals running here fine I sure could use the PythonAnywhere server for multiplayer features.