Python Reference: Difference between revisions

From MXWendler Wiki
Jump to navigation Jump to search
Hwendler (talk | contribs)
Undo revision 6038 by Hwendler (talk)
Tag: Undo
No edit summary
 
Line 13: Line 13:
|-
|-
| style="padding: 10px" | [[3. Python command reference | 2. Python command reference]]  
| style="padding: 10px" | [[3. Python command reference | 2. Python command reference]]  
|-
| style="padding: 10px" | [[3. Python plugin reference | 3. Python plugin reference]]
|-
|-
|}
|}

Latest revision as of 18:10, 3 July 2026

Introduction

This document describes the MXWendler (MXW) Python command interface through an overview of the programming structure, with practical examples of automation and internal scripting. The presented Python commands are for most part supported in version 7.2.

What is Python?

Python is a standardized interpreted, high level programming language. It is used in many applications, mainly in AI and generative tasks. The amount of available libraries is outstanding.


Contents

1. Controlling MXW through Python
2. Python command reference
3. Python plugin reference