Re: Wx Python - Code Structure & Event Handling

2008-09-09 Thread Stephen D Evans
Lee, have you considered using the Model-View-Presenter pattern? There is a nice example on the wxPython wiki: http://wiki.wxpython.org/ModelViewPresenter This scales well to complex GUIs. Grasping the concept and writing the initial code is the difficult part. Code is then much easier to deve

Re: Any python HTML generator libs?

2006-03-09 Thread Stephen D Evans
templates and css are easy to maintain. Whereas some code/markup written with a python HTML generator is difficult to maintain. Stephen D Evans -- http://mail.python.org/mailman/listinfo/python-list