Python Tutorials

Vortex Studio comes with some python tutorials that demonstrate several use cases.

Vortex Studio supports Python 3 on Windows and Python 2 on both Windows and Linux.

The Vortex python module (Vortex.py) is compatible with Python 3.8 while the Python 2 module (VxSim.py) requires 2.7.13.

Tutorials

Using the tutorials

The python tutorials are located in <Vortex Studio Installation Folder>\tutorials\Python

The <Vortex Studio Installation Folder>/bin folder should be accessible to your script.

Make sure the PYTHONPATH environment variable contains the path to the tutorial folder.

If your PYTHONPATH is not set up, your scripts will return the error "No module named Vortex" or "No module named VxSim".

See also Integrating Vortex Studio using Python 3 to configure your Python 3 environment

See also Integrating Vortex Studio using Python 2 - Deprecated to configure your Python 2 environment