Learning Google Protocol Buffers with Python - Part 3
This article is part of a tutorial series:
- Learning Google Protocol Buffers with Python - Part 1
- Learning Google Protocol Buffers with Python - Part 2
- Learning Google Protocol Buffers with Python - Part 3
In the last article, we introduced some key syntax and features of proto3
with Google Protocol Buffers. This time, we’ll delve into how to write more complex messages, and introduce some convenient data types along with how to use them.
Posted on Nov 9, 2018 in Python Programming - Advanced Level by Amo Chen ‐ 5 min read