Knowledge Base: UE4 Sequencer Python Cookbook

I also found that I must open the sequence manually (after creating it) in the editor before any further manipulation was possible through python -
OR
I have to call unreal.LevelSequenceEditorBlueprintLibrary.refresh_current_level_sequence() which also allows further python commands