Shared bookmarks for del.icio.us user Synesthesia on 2007-04-20
- XML.com: Processing Atom 1.0:
- RFC 4287 The Atom Syndication Format:
- Python Tutorial:
Introductory tutorial
Keywords: python, development - Dive Into Python:
Keywords: python, development
- Open HTTPS URL Through an HTTP Proxy and Upload Multi Part MIME Data in Python:
Shows how to securely upload a file using python script through a web proxy. Combines using ProxyHTTPConnection and ConnectHTTPSHandler by Alessandro Budai and MultipartPostHandler by Will Holcomb
Keywords: Python, HTTPS, url2lib - ASPN : Python Cookbook : urrlib2 opener for SSL proxy (CONNECT method):
This small module builds an urllib2 opener that can be used to make a connection through a proxy using the http CONNECT method (that can be used to proxy SSLconnections). The current urrlib2 seems to not support this method. urrlib2 opener for S
Keywords: Python, urllib2

