[python] can't initialize PC<->Arduino connection

Some idea ?

The usual. Opening the serial port resets the Arduino, unless you've modified it to not reset when the serial port is opened.

You don't wait for the Arduino to be ready before you jam data at it. Then, you don't do anything in loop(), or resend the START message, so the Arduino will never acknowledge that it got it.