optimize python code
Posted
by user283405
on Stack Overflow
See other posts from Stack Overflow
or by user283405
Published on 2010-04-26T07:48:43Z
Indexed on
2010/04/26
7:53 UTC
Read the original article
Hit count: 243
i have code that uses beautifulsoup library for parsing. But it is very slow. The code is written in such a way that threads cannot be used. Can anyone help me about this?
© Stack Overflow or respective owner