Tag: code-generation

  • How to Generate Python Code from Protobuf

    Protocol Buffers, which are protobuf for short, is much compact than XML and JSON and hence a great choice for designing efficient inter-service communication. In this post we will see how to generate Python code from protobuf code.

Signup for our newsletter