Y
Hacker News
new
|
ask
|
show
|
jobs
by
RegEx
5157 days ago
I like to set
jQuery = pyquery.PyQuery(someHTMLDocumentString)
So I can use jQuery like I'm used to. At this point, you can do
links = jQuery('a')
or whatever.