Quickest way to build a long string?
Janko Hauser
jhauser at ifm.uni-kiel.de
Thu Oct 12 08:30:54 EDT 2000
More information about the Python-list mailing list
Thu Oct 12 08:30:54 EDT 2000
- Previous message (by thread): Quickest way to build a long string?
- Next message (by thread): Quickest way to build a long string?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message (by thread): Quickest way to build a long string?
- Next message (by thread): Quickest way to build a long string?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list