wxPython provides a powerul functionality that allows you to use a "Notebook" user interface with multiple panels - whose interface each is determined by individual Python scripts. Each panel runs in the background (even when it is not selected), and maintains the state it is in as the user switches back and forth.

This recipe is actually located at http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/65249

NOTE: To edit pages in this wiki you must be a member of the TrustedEditorsGroup.