I currently have a little script that downloads a webpage and extracts some data I\'m interested in. Nothing fancy.
Currently I\'m downloading the page like so:
The urllib2 documentation has an example of working with Basic Authentication:
http://docs.python.org/library/urllib2.html#examples