Making motion controller (something like avata motion sensor) for UAV with MPU6050 (need help)

It sounds like the delays you mention are due to communications failures on the Python end, and have nothing to do with Arduino.

It would help if the Arduino transmitted data using a more sensible serial communications protocol, with record start and end markers, as described in this tutorial: Serial Input Basics - updated - #3 by Robin2

By the way, the gyro data are angular rates of rotation, not angular acceleration.