Re: [wxPython-users] Programming Style
by Peter Damoc other posts by this author
Dec 13 2004 3:28PM messages near this date
[wxPython-users] Programming Style
|
[wxPython-users] Re: Programming Style
On Mon, 13 Dec 2004 10:03:35 -0500, GMane Python <s_david_rose@[...].com> wrote:
> I wanted to ask what the accepted or recommended programming style in
> wxPython was; is it recommended to build integrated applications, or to
> build python scripts which 'communicate' with a GUI like the SETI program?
>
> Is it possible to have 'regular' python scripts communicate with and utilize
> the EVENT_* type functionality of wxPython? Any examples would also be
> appreciated. I'm reasonably new to python, if it isn't painfully obvious.
> Thank you for you help in advance!
are you new to python or new to programming in general?
what's you previous experience?
What do you know about Event Driven Programming?
How about software patterns? MVC?
and now after so many questions... one answer.
Use whatever programming style fits the problem. It is the problem that drives the programmi
ng not the other way around.
--
Peter Damoc
jack of all trades, master of none
http://www.sigmacore.net/
---------------------------------------------------------------------
To unsubscribe, e-mail: wxPython-users-unsubscribe@[...].org
For additional commands, e-mail: wxPython-users-help@lists.wxwidgets.org
Thread:
GMane Python
Peter Damoc
S. David Rose
|