Cara mengirim data dari php ke python

$response = shell_exec("python3 script.py" . escapeshellarg(json_encode($data)));
Fahim Foysal