How to generate "a, b, c, and d"?
Ian Kelly
ian.g.kelly at gmail.com
Thu Dec 15 16:22:37 EST 2011
More information about the Python-list mailing list
Thu Dec 15 16:22:37 EST 2011
- Previous message (by thread): How to generate "a, b, c, and d"?
- Next message (by thread): How to generate "a, b, c, and d"?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Thu, Dec 15, 2011 at 11:51 AM, Tim Chase <python.list at tim.thechases.com> wrote: > For the fun/challenge? Because you have a REALLY big data source that you > don't want to keep in memory (in addition the resulting string)? If you have that much data, then I question why you would want to build such a large human-readable list in the first place. Nobody is going to want to read that no matter how you format it.
- Previous message (by thread): How to generate "a, b, c, and d"?
- Next message (by thread): How to generate "a, b, c, and d"?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list