since I never did php apps. I’ll first try to create communications with my python script, which needs user input.

Server vs direct execution

I dont have much time left, i’ll do direct execution for now, this is less ideal, because

I hit a wall. running

$output = shell_exec("python3 script.py " . escapeshellarg($input));

is strictly piped from stdout. this is very limiting.

ill start a server.