Re: [Tutor] Design Pattern + Wxpython

2007-08-02 Thread Alan Gauld
"Pradeep Kumar" <[EMAIL PROTECTED]> wrote >I am new to this and wants to do a project for Autoparts industry >(Trading) > with backend SQL Server 2000. > > 1. Which Design Pattern is suitable for me. Most of them, but I'd consider the MVC as a starter. Alan G ___

Re: [Tutor] Design Pattern + Wxpython

2007-08-02 Thread Carroll, Barry
- > An HTML attachment was scrubbed... > URL: > http://mail.python.org/pipermail/tutor/attachments/20070801/4c91c9a0/att ac > hment-0001.html > > -- > > Message: 5 > Date: Wed, 01 Aug 2007 21:03:08 -0400 > From: Kent Johnson <[EMAIL PROT

Re: [Tutor] Design Pattern + Wxpython

2007-08-01 Thread Kent Johnson
Pradeep Kumar wrote: > I am new to this and wants to do a project for Autoparts industry > (Trading) with backend SQL Server 2000. > > 1. Which Design Pattern is suitable for me. This one clearly applies: http://catb.org/~esr/faqs/smart-questions.html Kent __