This demo illustrates the simplest way (that Andy could think of) to build a PureMVC application in python using wxPython as the GUI. A string in the model is displayed in the GUI in a textfield. Anything you type gets converted to uppercase and stored back in the model, courtesy of a command class triggered when you hit the ENTER key in the GUI.
The project is located here:
https://github.com/PureMVC/puremvc-python-demo-wxpython-minimalist/wikiThe author is Andy Bulka. He has an excellent article explaining it here:
http://www.andypatterns.com/index.php/blog/puremvc_minimal_wxpython/