Re: Server programming

2009-03-04 Thread Bruno Desthuilliers
koranthala a écrit : On Mar 3, 8:09 pm, Bruno Desthuilliers wrote: koranthala a écrit : (snip) Hi Bruno, After reading your email, I tried reworking my code so that most of my logic moves to Models. But, most probably because this is my first application development, I am unable to do s

Re: Server programming

2009-03-03 Thread koranthala
On Mar 3, 8:09 pm, Bruno Desthuilliers wrote: > koranthala a écrit : > (snip) > > > Hi Bruno, > >    After reading your email, I tried reworking my code so that most of > > my logic moves to Models. > >    But, most probably because this is my first application > > development, I am unable to do s

Re: Server programming

2009-03-03 Thread Bruno Desthuilliers
koranthala a écrit : (snip) Hi Bruno, After reading your email, I tried reworking my code so that most of my logic moves to Models. But, most probably because this is my first application development, I am unable to do so. For example: I have Models A,B, C, D . Now, there is not muc

Re: Server programming

2009-03-03 Thread koranthala
On Feb 24, 1:02 am, Bruno Desthuilliers wrote: > koranthalaa écrit : > > > Hi, > >       Is server programming in Python procedure oriented or object > > oriented? > > It's how you want it to be. > > >       I have this question because lately I am as

Re: Server programming

2009-02-23 Thread Bruno Desthuilliers
koranthala a écrit : Hi, Is server programming in Python procedure oriented or object oriented? It's how you want it to be. I have this question because lately I am asked to make a medium complex web program (extremely database oriented) using Django. When I used

Re: Server programming

2009-02-23 Thread Steve Holden
koranthala wrote: > Hi, > Is server programming in Python procedure oriented or object > oriented? > I have this question because lately I am asked to make a medium > complex web program (extremely database oriented) using Django. When I > used to do application pr

Server programming

2009-02-23 Thread koranthala
Hi, Is server programming in Python procedure oriented or object oriented? I have this question because lately I am asked to make a medium complex web program (extremely database oriented) using Django. When I used to do application programs earlier (in Python itself), the whole thing