Skip to content

Instantly share code, notes, and snippets.

@devjoe
Created October 2, 2013 00:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save devjoe/6787175 to your computer and use it in GitHub Desktop.
Save devjoe/6787175 to your computer and use it in GitHub Desktop.
Tainan.py 2013.09.28
from pyquery import PyQuery as pq
#d = pq("<html></html>")
#d = pq(filename=path_to_html_file)
d = pq(url='http://www.csie.ncku.edu.tw/new/nckucsie/')
import pdb; pdb.set_trace();
pass
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment