Entries from September 2008

September 28, 2008

Quick Python Reference

Python support for Internet Protocols
The documentation for the packages for Internet Protocol handling can be found at Internet Protocols and Support

urllib: This module provides a high-level interface for fetching data across the World Wide Web
urllib2: efines functions and classes which help in opening URLs (mostly HTTP) in a complex world — basic and digest authentication, [...]