Python en GNOME Comparacion (Python) f = open('/tmp/borrar','wb') for i in xrange(1000000): f.write(str(i)) f.close()