Skip to content

Instantly share code, notes, and snippets.

View p53ud0k0d3's full-sized avatar

Vishnu Ashok p53ud0k0d3

View GitHub Profile
from google.appengine.api import urlfetch
result = urlfetch.fetch("http://software.sopili.net/")
result.content
#Python 2
python -m SimpleHTTPServer 8080
#Python 3
python3 -m http.server 8113