What is the fastest way to execute Python from PHP assuming that I need to pass variables to Python script and get result from it?
2
-
You could communicate between the two with a message queue.Blender– Blender2013-05-22 00:09:05 +00:00Commented May 22, 2013 at 0:09
-
not sure about fastest, but here are two ways: stackoverflow.com/questions/7041104/execute-python-from-phpRobin Manoli– Robin Manoli2013-05-22 00:09:08 +00:00Commented May 22, 2013 at 0:09
Add a comment
|