On Jun 10, 12:15 am, Stefan Behnel <[EMAIL PROTECTED]> wrote:
> subeen wrote:
> > can use urllib2 module and/or beautiful soup for developing crawler
>
> Not if you care about a) speed and/or b) memory efficiency.
>
> http://blog.ianbicking.org/2008/03/30/python-html-parser-performance/
>
> Stefan

ya, beautiful soup is slower. so it's better to use urllib2 for
fetching data and regular expressions for parsing data.


regards,
Subeen.
http://love-python.blogspot.com/
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to