im working on Computer vision (opencv )python and i had a result from the image , so this results is 2D List-arrays that should go to the Arduino by i2c buffer , so i realized that there is a library called smbus that interfacing the Raspberry pi with i2c ports so send and receive data , So i searched on References pages that give me some explanation about this Library but i didn't found eny thing useful...and all what i found is this sites which is not enough information
http://wiki.erazor-zone.de/wiki:linux:python:smbus:doc
so im indeed need eny explanation how to send 2D Arrays Like (x,y) Coordinates from Pi to Arduino with i2c buffer
thanks in advance