Programming languages ββcan communicate with each other - yes, you can write a server in Go and a client in Python and associate them with each other.
If you are trying to communicate using raw sockets, look at the documentation for the languages ββyou need and make sure that the serialized data matches the structure.
. Python , Go ( Go /stdlib-, ). , , , - , - ZeroMQ.
, . Python ZeroMQ, - , Go , Python.
Go ZeroMQ, Python ZeroMQ, .
user559633