Network Python Tutorial

from urllib  import urlopen
webpage = urlopen('http://www.python.org')
print webpage