Before using scripts, you should be familiar with the following important Jython concepts:
Code Indentation
No Data Type Declaration
Array Index starts at 0
Substring is str[Start Position: Start Position + Length].
ability to access any Java library
For information on Jython concepts: see:
www.jython.org
www.python.org