Internet Protocols and Support¶
- BaseHTTPServer – base classes for implementing web servers
- cgitb – Detailed traceback reports
- Cookie – HTTP Cookies
- imaplib - IMAP4 client library
- SimpleXMLRPCServer – Implements an XML-RPC server.
- smtpd – Sample SMTP Servers
- smtplib – Simple Mail Transfer Protocol client
- socket – Network Communication
- select – Wait for I/O Efficiently
- SocketServer – Creating network servers.
- urllib – simple interface for network resource access
- urllib2 – Library for opening URLs.
- urlparse – Split URL into component pieces.
- uuid – Universally unique identifiers
- webbrowser – Displays web pages
- xmlrpclib – Client-side library for XML-RPC communication