Fastest way to retrieve and write html contents to file

Chris Angelico rosuav at gmail.com
Mon May 2 00:40:31 EDT 2016


On Mon, May 2, 2016 at 2:34 PM, Stephen Hansen <me+python at ixokai.io> wrote:
> On Sun, May 1, 2016, at 09:06 PM, DFS wrote:
>> Then I tested them in loops - the VBScript is MUCH faster: 0.44 for 10
>> iterations, vs 0.88 for python.
> ...
>> I know it's asking a lot, but is there a really fast AND really short
>> python solution for this simple thing?
>
> 0.88 is not fast enough for you? That's less then a second.

Also, this is timings of network and disk operations. Unless something
pathological is happening, the language used won't make any
difference.

ChrisA



More information about the Python-list mailing list