Wiki source code of Python
Last modified by Fredrik Lagerström on 2020/06/25 11:44
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | {{box cssClass="floatinginfobox" title="**Contents**"}} | ||
2 | {{toc/}} | ||
3 | {{/box}} | ||
4 | |||
5 | = = | ||
6 | |||
7 | [[image:image-20200211130411-1.png]] | ||
8 | |||
9 | [[Python>>https://www.python.org/||rel="noopener noreferrer" target="_blank"]] 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>>https://www.youtube.com/redirect?q=http%3A%2F%2Focw.mit.edu%2F6-0001F16&redir_token=v4CJzOsH3Wx3cyo6zgxREr2U_4d8MTU4MTA2NzQ3MUAxNTgwOTgxMDcx&event=playlist_description||rel="noopener noreferrer" target="_blank"]] | ||
10 | |||
11 | |||
12 | The python standard library contains a powerful API for working with XML files called [[ElementTree>>https://docs.python.org/3/library/xml.etree.elementtree.html||rel="noopener noreferrer" target="_blank"]]. 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. | ||
13 | |||
14 | == Getting started == | ||
15 | |||
16 | Further information about Python and FEM-Design can be reached here: | ||
17 | |||
18 | ((( | ||
19 | * [[Modify an XML file using Python>>doc:.Optimization using Python script.WebHome]] | ||
20 | * [[Python API wrapper>>doc:.API wrapper.WebHome]] | ||
21 | ))) |