arrays in python
Kermit Rose
kermit at polaris.net
Fri Feb 10 17:50:21 EST 2006
From: Kermit Rose
Date: 02/10/06 17:36:34
To: python-help at python.org
Subject: Arrays
Hello.
I want to write a program in python using integer arrays.
I wish to calculate formulas using 200 digit integers.
I could not find any documentation in python manual about declaring arrays.
I searched the internet
and found an example that said I must declare
from Numeric import *
and I downloaded a numerical python extension,
but still have not found a way to declare an array of given length.
The zeros function always gives me an error message.
Kermit < kermit at polaris.net >
More information about the Python-list
mailing list