I want to have a full python interactive shell over network (something like the default interpreter that come with a python install). Is there an easy way to get an interactive python shell on a remote computer using a socket ? I can't use SSH and don't care about security. Preferably, I just want to use modules that come with python by default.
Edit : I don't want that the interactive shell create a window on the client side. It should not be visible on the computer.