Tutorial: Python Programming 101

More about Python

If you want to learn more about Python, the language has its own website with its own set of tutorials.  Just go to “Python help” under the “help” menu in Vizard. If you want to test some Python logic when you're using Vizard, just type the lines inside of the interactive tab of the input/output window. Vizard will process the lines one at a time. So, for example, you can run some of the lines from the beginning of this tutorial:

 

 

 

 

 

 

Speaking Vizard's language

A quick note: Tips on scripts

Looping logic

If-then logic

Functions

An example

More about Python