[Help] Writing analog outputs with Python

Thanks for all the help so far!

I've just read the dimm example, and let me see if i got it right.
From python I should send the byte (com.write(ColorNumber)) that I have to read in Arduino (serial.Read()), is that correct? In that case, how do I send/receive 3 different bytes each time?
Does it all stay in a Stack or a Buffer?