I need to create a network communication between two different frameworks, one written in C++ and the other in Python.
C++
Python
To exchange data, I want
Protocol Buffers' successor, Cap'n Proto, also has good support for C++ and Python. (Disclosure: I am the author of Cap'n Proto, and also was the author of most of the Protobuf code released by Google.)