Search for
in snippet title/description
in snippet text
Browse Code
Add-Ins
Blog
Language Feeds
Service Stats
FAQs
Feedback
About
Manage Your Code
Login
Register
Snippet: urllib (Python)
Title:
urllib
Language:
Python
Description:
python/urllib
Views:
1196
Author:
Bülent Aldemir
Date Added:
6/21/2006
Copy
Code
import urllib print urllib.urlopen("http://www.google.de").read()
import urllib print urllib.urlopen("http://www.google.de").read()