PureMVC Architects Lounge

PureMVC Manifold => Demos and Utils => Topic started by: puremvc on October 30, 2012, 01:43:52



Title: Minimalist - A PureMVC Python / wxPython Demo
Post by: puremvc on October 30, 2012, 01:43:52
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/wiki

The author is Andy Bulka. He has an excellent article explaining it here:
http://www.andypatterns.com/index.php/blog/puremvc_minimal_wxpython/