On 25/12/15 09:12, Dima Kulik wrote:
> Hi to all.
> Can you tell me, how can I make an asynchronous file downloading?
You can use threading to start parallel tasks.
There is a how-to tutorial on threading on the python
web site.
Another option if you use Python 3.4 is the async modules.
> I hav
Hi to all.
Can you tell me, how can I make an asynchronous file downloading?
I have a list of links from where to get files, but I'd like to save time and
make all downloads parallel.
At the moment I make download as:
import urllib
urls={"skype.msi": "http://www.skype.com/go/getskype-msi";,