List limits

Christopher De Vries devries at idolstarastronomer.com
Mon Dec 20 12:04:18 EST 2004


It is possible to store 70,000 items in a list (try "l =
range(70000)"), but the best way to check if you can store all the
items you need to store is to try it. After all if they are all very
large you might potentially run out of memory.

Chris




More information about the Python-list mailing list