Re: Server-side scripting in python

2007-08-24 Thread Bruno Desthuilliers
olive a écrit : >> Yes : have a look at Pylons too. It's actually quite less 'polished' >> than Django, but it's IMHO going in the right direction (as a matter of >> fact, Turbogears 2.0 - another well-known Python MVC framework - will >> be based on Pylons...). Django is clearly more oriented tow

Re: Server-side scripting in python

2007-08-24 Thread olive
> Yes : have a look at Pylons too. It's actually quite less 'polished' > than Django, but it's IMHO going in the right direction (as a matter of > fact, Turbogears 2.0 - another well-known Python MVC framework - will > be based on Pylons...). Django is clearly more oriented toward > content-manag

Re: Server-side scripting in python

2007-08-24 Thread Bruno Desthuilliers
Nagarajan a écrit : > On Aug 22, 8:50 pm, [EMAIL PROTECTED] (Cameron Laird) wrote: >> In article <[EMAIL PROTECTED]>,Nagarajan <[EMAIL PROTECTED]> wrote: >> . . . >>> Let me phrase my problem in a finer way. >>>

Re: Server-side scripting in python

2007-08-22 Thread Nagarajan
On Aug 22, 8:50 pm, [EMAIL PROTECTED] (Cameron Laird) wrote: > In article <[EMAIL PROTECTED]>,Nagarajan <[EMAIL PROTECTED]> wrote: > > >> . > >> . > >> . > >Let me phrase my problem in a finer way. > >I have done simple projec

Re: Server-side scripting in python

2007-08-22 Thread Cameron Laird
In article <[EMAIL PROTECTED]>, Nagarajan <[EMAIL PROTECTED]> wrote: >> >> . >> . >> . >Let me phrase my problem in a finer way. >I have done simple projects in python. >I wanted to explore web programming facet of python. The

Re: Server-side scripting in python

2007-08-22 Thread olive
On 22 août, 06:03, Nagarajan <[EMAIL PROTECTED]> wrote: > I wanted to explore web programming facet of python. The problem at my > hand is to develop an email web client. I would do that with the help of Django (www.djangoproject.com groups.google.com/group/django-users) for the server side and JQ

Re: Server-side scripting in python

2007-08-21 Thread Nagarajan
On Aug 21, 6:40 pm, [EMAIL PROTECTED] (Cameron Laird) wrote: > In article <[EMAIL PROTECTED]>,Nagarajan <[EMAIL PROTECTED]> wrote: > >Hi group, > >I need to develop a web application. I am in a fix as to choose among > >the various server-side scripting options. I want to explore python > >(am a n

Re: Server-side scripting in python

2007-08-21 Thread Cameron Laird
In article <[EMAIL PROTECTED]>, Nagarajan <[EMAIL PROTECTED]> wrote: >Hi group, >I need to develop a web application. I am in a fix as to choose among >the various server-side scripting options. I want to explore python >(am a newbie) to gain expertise and upon search, I learnt about >PSP(Python S

Server-side scripting in python

2007-08-20 Thread Nagarajan
Hi group, I need to develop a web application. I am in a fix as to choose among the various server-side scripting options. I want to explore python (am a newbie) to gain expertise and upon search, I learnt about PSP(Python Server Pages) that uses Jython as its scripting language. Is it a better opt