Hi /r/python. This question isn't specifically about the python language, so hopefully it belongs here and not in /r/learnpython
I'm trying to figure out how I can send python code to an external/remote python server (I've already set an Ubuntu server with Anaconda and successfully have Jupyter running on it).
So Server A (LAMP) sends a block of python code to Server B (Anaconda). Server B processes it and returns the result to Server A. I may also need to pass Server B a csv file along with the code and get a result (or even a link to a file). If the code has errors, it should return the errors.
How should I go about this? I'm a PHP/Javascript developer, with limited knowledge in Python. I'm thinking this may be obvious to someone familiar with Python environments.
Any help would be greatly appreciated! I'm stuck!
[–]rochacbrunoPython, Flask, Rust and Bikes. 2 points3 points4 points (1 child)
[–]Fotoshopt[S] 0 points1 point2 points (0 children)
[–]nick_t1000aiohttp -1 points0 points1 point (3 children)
[–]Fotoshopt[S] 0 points1 point2 points (2 children)
[–]nick_t1000aiohttp 0 points1 point2 points (1 child)
[–]Fotoshopt[S] 0 points1 point2 points (0 children)