Python
Last modified by Fredrik Lagerström on 2020/06/25 11:44
Contents
Python is a high-level general purpose language commonly used within engineering for scripting tasks. To get started with computer science and programming in python: MIT 6.0001
The python standard library contains a powerful API for working with XML files called ElementTree. ElementTree is allows its user to create, read and modify xml files - including StruXML files. ElementTree is an integral part of the FEM-Design Python API wrapper.
Getting started
Further information about Python and FEM-Design can be reached here: