Introduction to Examples

The Examples section of the Chimera Programmer's Guide consists of a series of example code, with associated description, that illustrate how to use various Python interfaces exported by Chimera. The target audience for the section is users who are familiar with Python programming; users who wish to learn more about Python can start with the Python Beginner's Guide.

The list of examples includes:

Each example starts with a short description of the functionality that it demonstrates, followed by sample code and detailed commentary, and ends with instructions on how to execute the sample code.