Thanks everyone, you've been a great help
Regards,
Niten
User Profile
Collapse
-
Not much, i'm trying to build on something which I have done previously so that variables from a text file can be passed into a script.
Code:def openAndParse(inpName): inp=open(inpName) lines = inp.readlines() inp.close() params = lines[6:62] for p in params: exec(p[6:]) return h5
Leave a comment:
-
I'm creating a HTML page which needs to display data which is in the tab delimited format.
I've only just started learning Python, how would I go about parsing through the delimited data set?
Thanks again,
Niten...Leave a comment:
-
Imported tab delimited data into HTML using python
Hi,
I'm creating a HTML report using Python and would like to import some tabular data which is in tab delimited format into the HTML page.
The data needs to be displayed as a table within the HTML page, but i'm not sure how to go about doing it.
Thanks in advance,
Niten -
I'm using Exceed to run a Finite Element Analysis program called ABAQUS.
This program has a python interpreter which can be used to create GUI's.
On Windows I have Python 2.4.4 using IDLE to edit.Leave a comment:
No activity results to display
Show More
Leave a comment: