I am looking for a platform to run python scripts on a server which has similar functionality to what Rserve package does in R. After exploring more I found that I can use reticulate package to convert the python scripts to R understandable code and push it to R using rserve via a socket. But I do not want to use reticulate and rserve packages, instead want something similar server which accepts request through sockets. I do not want to involve R in between I want a server which directly uses python and does all the data transfer through sockets.
Do we have any such tools, if not please provide me an idea on how I can build such a tool.
TIA
Note: I have explored in internet for such tools but have not found any such tool which meets my requirements.
Hemanth Joshi is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.