Python Help ...

Ben Duncan bns
Thu Mar 29 06:45:35 PDT 2007


What I am trying to do is to create something that, at best
description, resembles a "spreadsheet" type memory array, where
a character occupies one cell. It also needs to be n-dimensional,
much like a spreadsheet can have multiple pages and I need to
initialize it first to spaces, or some fill characters. It needs
to be total modifiable with placement of character or strings.

So far, there is really nothing in Python, that I can see that is
up to the task, so I am working on a C module called chararray to
do the job.

Matthew Carpenter wrote:
<SNIP>

-- 
Ben Duncan   - Business Network Solutions, Inc. 336 Elton Road  Jackson MS, 
39212
"Never attribute to malice, that which can be adequately explained by stupidity"
        - Hanlon's Razor



More information about the Linux-users mailing list