Python Reference: Difference between revisions

From MXWendler Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 7: Line 7:


== What is Python? ==
== What is Python? ==
JavaScript is a standardized interpreted, high level programming language. It is one of the core technologies of the World Wide Web and it is mainly used in web browsers to control web pages and test the user input before sending it.
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.
 
[https://en.wikipedia.org/wiki/JavaScript[1<nowiki>]</nowiki> Wikipedia Link]


== Contents ==
== Contents ==
{|
{|
|-
|-
| style="padding: 10px" | [[1. Controlling MXW through JavaScript]]
| style="padding: 10px" | [[1. Controlling MXW through Python]]  
|-
| style="padding: 10px" | [[3. JavaScript command reference | 2. JavaScript command reference]]
|-
| style="padding: 10px" | [[4. Practical examples | 3. Practical examples]]  
|-
|-
| style="padding: 10px" | [[5. Troubleshooting scripts | 4. Troubleshooting scripts]]  
| style="padding: 10px" | [[3. Python command reference | 2. JavaScript command reference]]  
|-
|-
| style="padding: 10px" | [[6. External Resources | 5. External Resources]]
|}
|}

Revision as of 19:49, 3 December 2023

This affects MXW Versions 7.2 and up.

The presented Python commands are for most part supported in version 7.2.

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.

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. JavaScript command reference