Php exec python script 'weakness'/downside
问题 What are the bad points when you execute a python script with php? Also, how is it different from executing python through the cgi method I found an this interesting method from Running python script from php and i thought it will be great to just use the exec("python ../cgi-bin/form.py"); and closely-related methods. Please explain properly and tell me what we have to keep in mind when using this method. 回答1: You problem is very common - and in general it's not about executing python scripts