Document Organization

This document contains the following chapters:

      Chapter 1: “Introduction” provides a scope for this document, target audience, contact and support information, and text conventions.

      Chapter 2: “Easy Script Extension – Python interpreter” gives a broad overview about the extension.

      Chapter 3: “Python script operations” deals with the execution of the scripts operatively.

      Chapter 4: “Python built-in custom modules“ explains in detail the single custom built-in modules.

      Chapter 5: “Python standard functions” provides a description of Python language supported features.

      Chapter 6: “Python non standard functions” provides a description of non-standard functions added to Python language.

      Chapter 7: “Python notes” deals with some Python limits that should be considered while developing scripts.