Python Module of the WeekΒΆ
- Data Persistence
- anydbm – Access to DBM-style databases
- dbhash – DBM-style API for the BSD database library
- dbm – Simple database interface
- dumbdbm – Portable DBM Implementation
- gdbm – GNU’s version of the dbm library
- pickle and cPickle
- shelve – Persistent storage of arbitrary Python objects
- whichdb – Identify DBM-style database formats
- Internet Protocols and Support
- BaseHTTPServer – base classes for implementing web servers
- Cookie – HTTP Cookies
- imaplib - IMAP4 client library
- SimpleXMLRPCServer
- smtpd – Sample SMTP Servers
- smtplib – Simple Mail Transfer Protocol client
- SocketServer
- urllib
- urlparse
- uuid – Universally unique identifiers
- webbrowser – Displays web pages
- xmlrpclib
