Opening Remote Files : Urlopen : Network PYTHON TUTORIALS


PYTHON TUTORIALS » Network » Urlopen »

 

Opening Remote Files


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



    Related Scripts with Example Source Code in same category :

Leave a Comment / Note


 
Verification is used to prevent unwanted posts (spam). .


PYTHON TUTORIALS

 Navioo Network
» Urlopen