Python and Video Sequence Editor (VSE)

I found the wiki documentation re: Nlastrips, Sequence, etc.

http://www.blender.org/documentation/blender_python_api_2_70_release/bpy.types.NlaStrip.html
http://www.blender.org/documentation/blender_python_api_2_70_release/bpy.types.Sequence.html#bpy.types.Sequence.name

…but could use some examples on how to use python specifically when it comes to the video editor.

I did some Goolge searches (which is how I found the wiki docs) but couldn’t find much in the way of example code, which I find easier to learn from.

I wasn’t sure if my Google-fu was off or if sample python code for working with the VSE just didn’t exist? :confused:

Thanks in advance for any help!