Top "Pyquery" questions

pyquery is a jquery-like library for python that allows you to make jquery queries on xml documents.

How to "log in" to a website using Python's Requests module?

I am trying to post a request to log in to a website using the Requests module in Python but …

python python-requests pyquery
Convert unicode with utf-8 string as content to str

I'm using pyquery to parse a page: dom = PyQuery('http://zh.wikipedia.org/w/index.php', {'title': 'CSS', 'printable': 'yes', …

python utf-8 python-2.x mojibake pyquery
pip error: unrecognized command line option ‘-fstack-protector-strong’

When I sudo pip install pyquery, sudo pip install lxml, and sudo pip install cython, I get very similar output …

python pip lxml cython pyquery
Getting attributes in PyQuery?

I'm using PyQuery and want to print a list of links, but can't figure out how to get the href …

python screen-scraping pyquery
Installing PyQuery Via Pip

I'm attempting to install PyQuery via pip but I'm getting an error I do not understand. The command I used …

python pip pyquery
Iterating over objects in pyquery

I'm scraping a page with Python's pyquery, and I'm kinda confused by the types it returns, and in particular how …

python pyquery