What is the current choice for doing RPC in Python? [closed] December 1, 2022 by Tarik XML-RPC is part of the Python standard library: Python 2: xmlrpclib and SimpleXMLRPCServer Python 3: xmlrpc (both client and server)