$command = escapeshellcmd('/path/to/myScript.py');$output = shell_exec($command);echo $output;