Memory efficient tuple storage

Paul Rubin http
Fri Mar 13 17:30:58 EDT 2009


"psaffrey at googlemail.com" <psaffrey at googlemail.com> writes:
> However, I still need the coordinates. If I don't keep them in a list,
> where can I keep them?

See the docs for the array module:

http://docs.python.org/library/array.html



More information about the Python-list mailing list