protobufEasy Playground

Google Protocol Buffers: efficient binary serialization

Getting started with protobufRun locally
Install
pip install protobuf
Python CodeRun locally
Expected Output
# Expected output shown below
# (Run locally with: protobuf)

protobuf is a third-party package. Google Protocol Buffers: efficient binary serialization. Install with: pip install protobuf

Challenge

Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?