import xmlrpclib s = xmlrpclib.ServerProxy('http://localhost:8000') print "Pow: {}".format(s.pow(2, 3))