HP3000-L Archives

August 1999, Week 4

HP3000-L@RAVEN.UTC.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Robert Joseph <[log in to unmask]>
Reply To:
Date:
Thu, 26 Aug 1999 12:25:29 -0400
Content-Type:
text/plain
Parts/Attachments:
text/plain (25 lines)
> What I'm looking for a script that will read from a file, convert the
> numeric data into a display format, and write to an output file.  This
> is my first time writing in Python.  Do you have any pointers for me.
> Thanks!!

> Ron Horner
> Operations Manager
> Administrative Management Group
> [log in to unmask]
> (847) 870-2175

First pointer:   peruse and review documentation at www.python.org
Second pointer:  purchase one or more of the following books -
"Learning Python", "Programming Python", "Internet Programming with
Python"  (all are available from Amazon or Barnes & Noble)

If your numeric data is in integer or floating point format, the script
you need would be very simple and take only 15 lines or so.  If you have
COBOL style packed decimal numbers, then might have a problem since
Python probably cannot handle those.

Robert Joseph
The NPD Group
[log in to unmask]

ATOM RSS1 RSS2