As the title suggests, I\'m working on a site written in python and it makes several calls to the urllib2 module to read websites. I then parse them with BeautifulSoup.
As a general rule, a given construct in any language is not slow until it is measured.
In Python, not only do timings often run counter to intuition but the tools for measuring execution time are exceptionally good.