Quickest way to build a long string?

Janko Hauser jhauser at ifm.uni-kiel.de
Thu Oct 12 08:30:54 EDT 2000


Another fast way, if you do not want to manipulate the table inbetween
is to use cStringIO, which acts like a file object, but keeps the data
in memory.

HTH,
__Janko

-- 
  Institut fuer Meereskunde             phone: 49-431-597 3989
  Dept. Theoretical Oceanography        fax  : 49-431-565876
  Duesternbrooker Weg 20                email: jhauser at ifm.uni-kiel.de
  24105 Kiel, Germany



More information about the Python-list mailing list