Assimulo comes with a range of different examples which can be a very useful source of information when implementing and solving your own problems. The examples are located in the examples folder of your Assimulo installation and can be imported and run with the following Python commands:
from assimulo.examples import *
cvode_with_jac.run_example()
Note
A recommended first starting point is the Tutorial.
Below is a full list of the available examples,