To get the most out of this book
This book is in no way a Go or Python tutorial. You should be familiar with these languages before getting started. This will lower the mental load of having to learn both Protobuf and another programming language. I recommend you learn a bit of Go (see https://go.dev/learn/) since most of the code is in this language.
Software/hardware covered in the book |
Operating system requirements |
Python >= 3.10 |
Windows, macOS, or Linux |
Go >= 1.21 |
|
Protoc >= 25.0 |
If you are using the digital version of this book, we advise you to type the code yourself or access the code from the book’s GitHub repository (a link is available in the next section). Doing so will help you avoid any potential errors related to the copying and pasting of code.