RESEARCHUT
Minds With Innovations

RESEARCHUT - minds with innovations

19 Sep '05 - 16 W - + 6 - 5 Python Fun

Just think what all this small piece of code can do :-p

while x <= 100:
... temp = urllib2.urlopen(address+prefix+str(x)+suffix)
... data = open(prefix+str(x)+suffix, ‘wb’ )
... data.write(temp.read())
... data.close()
... temp.close()
... x +=1

  
Remember personal info?

Emoticons / Textile

Sorry for the trouble but to prevent spam I require you to answer this silly question.
 

  (Register your username / Log in)

Notify:
Hide email:

Small print: All html tags except <b> and <i> will be removed from your comment. You can make links by just typing the url or mail-address.

Trackback link:

Please enable javascript to generate a trackback url