"Bruno Desthuilliers" <bruno.42.desth uilliers@websit eburo.invalidwr ote in
message news:4836747b$0 $15488$426a74cc @news.free.fr.. .
Yes, I have, but I probably don't understand it well enough yet. For
example, I don't really know what is meant by phrases like "build a model",
"the view registers itself with the model", "interation s are sent to the
appropriate controller" -- I may understand them literally, but I get the
feeling that the implementation of these ideas are beyond me. I think it's
mainly an issue of terminology, so probably I should just read up on MVC.
Of course, but I'm specifically asking about creating a program that has a
GUI, and even more specifically it would be wxPython.
message news:4836747b$0 $15488$426a74cc @news.free.fr.. .
Ever heard of the "Model/View/Controller" pattern ?
example, I don't really know what is meant by phrases like "build a model",
"the view registers itself with the model", "interation s are sent to the
appropriate controller" -- I may understand them literally, but I get the
feeling that the implementation of these ideas are beyond me. I think it's
mainly an issue of terminology, so probably I should just read up on MVC.
The user interface doesn't need to be graphical. There were games and
emails clients and text editors before GUIs existed, you know ?
emails clients and text editors before GUIs existed, you know ?
GUI, and even more specifically it would be wxPython.
Comment