RESEARCHUT -- Minds With Innovations
RESEARCHUT
Minds With Innovations

RESEARCHUT - minds with innovations

This site has been archived. The new interface is: HERE

Python Fun

Monday 19 September 2005 at 05:42 am

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

An Eyeful a Day Keeps the Doctor Away

Monday 05 September 2005 at 01:28 am

Now I understand, why even though staring carelessly for the past 5 years, my health has not gone bad. ;-)

Staring at women’s breasts is good for men’s health and makes them live longer, a new survey reveals.

Read More