§6.1. Writing XML-RPC Applications
§6.1.2. Writing XML-RPC Servers
§6.1.3. Writing XML-RPC Clients
§6.2. Writing RPyC Applications
The Python standard library has excellent support for networking all the way from low to high level. Low-level support is provided by modules such as socket
, ssl
, asyncore
, and asynchat
, and mid-level support by, for example, the socketserver
module. Higher-level support is provided by the many modules that support various Internet protocols, including, most notably, the http
and urllib
modules.
There are also a number of third-party modules that support networking, ...
No credit card required