how to use firmata protocol between arduino and python?

I am working on python programming language and arduino. I need to use firmata protocol. But I can not know exactly how can I use firmata ? Where can I look for using firmata protocol?

Thanks...

The best option is to Google it.
You can find protocol details here but people have done Python libraries, one example here.