Feedparser is very powerful, configurable and sooo easy to use. A very friendly learning curve, if at all.
Example
Programatically determine how many answers your question has:
easy_install feedparser
python -c 'import feedparser; print len(feedparser.parse("http://bit.ly/c785aj")["entries"])'