Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #73758
| Newsgroups | comp.lang.python |
|---|---|
| Date | 2014-06-30 12:23 -0700 |
| References | <b8951113-5171-4441-b490-4d731eb56cec@googlegroups.com> |
| Message-ID | <29f99276-9609-42cd-9210-5bc5e75aa364@googlegroups.com> (permalink) |
| Subject | Re: Writing Multiple files at a times |
| From | subhabangalore@gmail.com |
On Sunday, June 29, 2014 4:19:27 PM UTC+5:30, subhaba...@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.
Dear Group,
Thank you for your kind suggestion. But I am not being able to sort out,
"fp = open( "scraped/body{:0>5d}.htm".format( n ), "w" ) "
please suggest.
Regards,
Subhabrata Banerjee.
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Writing Multiple files at a times subhabangalore@gmail.com - 2014-06-29 03:49 -0700
Re: Writing Multiple files at a times Mark Lawrence <breamoreboy@yahoo.co.uk> - 2014-06-29 12:17 +0100
Re:Writing Multiple files at a times Dave Angel <davea@davea.name> - 2014-06-29 09:33 -0400
Re: Writing Multiple files at a times Roy Smith <roy@panix.com> - 2014-06-29 10:01 -0400
Re: Writing Multiple files at a times subhabangalore@gmail.com - 2014-06-29 10:32 -0700
Re: Writing Multiple files at a times Denis McMahon <denismfmcmahon@gmail.com> - 2014-06-29 19:21 +0000
Re: Writing Multiple files at a times subhabangalore@gmail.com - 2014-06-30 12:23 -0700
Re: Writing Multiple files at a times Denis McMahon <denismfmcmahon@gmail.com> - 2014-06-30 23:22 +0000
csiph-web