Powerful Python One-Liners
* Grab a document from the `net:
from urllib import urlopen;doc = urlopen("http://www.python.org").read();print doc
Powerful Python One-Liners
* Grab a document from the `net:
from urllib import urlopen;doc = urlopen("http://www.python.org").read();print doc
Unable to edit the page? See the FrontPage for instructions.