WxPython and MVC

Good day,

recently I've posted about kiwi for GTK and wxPython similarity. But no response.

SO the new question. I'm thinking to stay in the wxPython world. And so I need to refactor mine code for usin MVC.

Did anyone knows a good realization of the MVC pattern for wxPython?

What can you tell me about the PureMVC Python port ?

Best regards,
Ilya Dyoshin

Hi Ilya,

MVC is a way to structure your code, is not necessarily a framework.
Read about MVC/MVP and try to understand how this pattern works.

Take a look here:
http://wiki.wxpython.org/wxPython%20Patterns
You will find a lot of information about this pattern(s) if you follow
the links there.

Good luck,
Peter

···

On Fri, Oct 10, 2008 at 12:47 PM, Ilya Dyoshin <ilya@uniqa.kiev.ua> wrote:

Good day,

recently I've posted about kiwi for GTK and wxPython similarity. But no
response.

SO the new question. I'm thinking to stay in the wxPython world. And so I
need to refactor mine code for usin MVC.

Did anyone knows a good realization of the MVC pattern for wxPython?

What can you tell me about the PureMVC Python port ?

Best regards,
Ilya Dyoshin

_______________________________________________
wxpython-users mailing list
wxpython-users@lists.wxwidgets.org
http://lists.wxwidgets.org/mailman/listinfo/wxpython-users

--
There is NO FATE, we are the creators.

Ilya Dyoshin wrote:

What can you tell me about the PureMVC Python port ?

I've never heard of it before, but it looks interesting:

http://trac.puremvc.org/PureMVC_Python/

···

--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!

Good day,

recently I've posted about kiwi for GTK and wxPython similarity. But
no response.

SO the new question. I'm thinking to stay in the wxPython world. And
so I need to refactor mine code for usin MVC.

Did anyone knows a good realization of the MVC pattern for wxPython?

http://code.enthought.com/projects/traits/

TraitsUI is awesome. It's uses wxPython by default, althought a Qt
backend is also available.

I think it has similarities to Kiwi, but it goes beyond a GUI-framework,
to include data-validation, notification and delegation.

BC

···

On Fri, 2008-10-10 at 12:47 +0300, Ilya Dyoshin wrote:

What can you tell me about the PureMVC Python port ?

Best regards,
Ilya Dyoshin

_______________________________________________
wxpython-users mailing list
wxpython-users@lists.wxwidgets.org
http://lists.wxwidgets.org/mailman/listinfo/wxpython-users