Appendix 3: Python scripting

Python is a widely used general-purpose, high-level programming language with design philosophy emphasizing code readability. It has efficient high-level data structures and a simple but effective approach to object-oriented programming. Its syntax allows programmers to express concepts in fewer lines of code. Python knowledge is a plus when you create a Qapp with advanced outputs.

This appendix covers the following topics to briefly introduce the Python Scripting:

Basic knowledge of Python scripts

If conditions

Basic regular expressions

Installing Python

The system supports Python version 3.1x or higher versions.

1.Click https://www.python.org/download/releases/3.1.4/ to access the download page.

2.Download the Windows x86 MSI Installer (3.1.4) package and run the installer.

3.Restart your machine.

 

See also:

Qapp APIs