PythonCard thoughts

John Salerno johnjsal at NOSPAMgmail.com
Mon Mar 19 10:13:15 EDT 2007


king kikapu wrote:

> The only "problem" i see with this design is that by that separation
> of Gui/Code, you loose the intellisense that (ex. PyDev) some editors/
> plugins can provide because in the .py file nothing is indicating
> that , for example, the btnDoWork is a Button object.
> This force you to remember many properties and switch back and forth
> between your code and the wxPython help file. This is not the case for
> wxGlade because all boilerplate code is in the same file (for good and
> for bad)

I don't know much about PythonCard or wxGlade, but I use wxPython (which 
wxGlade uses, right?) and you now have the option to separate your GUI 
and code using an XRC file (xml file that describes layout). So perhaps 
this is something you can do with wxGlade, but at the same time it might 
still create the problem you describe above. However, it's very to have 
your Python files contain just logic.



More information about the Python-list mailing list