I would like to run python scripts in a very restricted environment (banking). I can't install anything.
I want to write webapps using python scripts that have to run on tomcat without installing python on the machine. Java is installed.
Is that possible?
I am allowed to copy files over but no installations.