Writing Multiple files at a times

Mark Lawrence breamoreboy at yahoo.co.uk
Sun Jun 29 07:17:04 EDT 2014


On 29/06/2014 11:49, subhabangalore at gmail.com wrote:
> Dear Group,
>
> I am trying to crawl multiple URLs. As they are coming I want to write them as string, as they are coming, preferably in a queue.
>
> If any one of the esteemed members of the group may kindly help.
>
> Regards,
> Subhabrata Banerjee.
>

https://docs.python.org/3/library/urllib.html#module-urllib
https://pypi.python.org/pypi/requests/2.3.0

https://docs.python.org/3/library/queue.html

-- 
My fellow Pythonistas, ask not what our language can do for you, ask 
what you can do for our language.

Mark Lawrence

---
This email is free from viruses and malware because avast! Antivirus protection is active.
http://www.avast.com





More information about the Python-list mailing list