Tag Archives: python

Google released their Protocol Buffers

Google released their Protocol Buffers as open source to the public this week. There are compilers and APIs available for C++, Java and Python (no Ruby unfortuantely).
This serialization framework is heavily used inside Google itself, lightweight, easy to understand and definetly worth a look (YAML anyone?). Check it out here: Google Code – Protocol Buffers