Python Forum

Full Version: Lookup tables
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi everyone,

I have a huge database of results for thousands of simulations that I have run in Abaqus.

I want to write a lookup table in Python which will make it wasier for the user to plug in parameters and get the corresponding results.

I have a fair knowledge of python.

Could someone please link/refer some material or examples where-in lookup tables have been created using python? I would really appreciate any kind of help.