Search code examples
pythonrpython-3.xrserve

Python interpreter server similar to RServe


In R there's an RServe package which runs binary R server.

I can connect to it remotely, execute R commands and get structured output. Useful thing. I'm wondering if there's something similar in Python available.

I want to run Python interpreter on some remote server, connect to it, execute Python commands and get results back. Is it possible?


Solution

  • TabPy offers a similar REST interface.