Re: for web application development

2007-06-14 Thread Evan Klitzke
On 6/14/07, james_027 <[EMAIL PROTECTED]> wrote: > My problem is looking for a web framework for python, that could > provide a natural way of developing web app. I am avoiding to learn > template language as much as possible. You should definitely reconsider avoiding templates -- it's hard to ima

Re: for web application development

2007-06-14 Thread Laurent Pointal
james_027 a écrit : > hi everyone, > > I am very new to python, I am almost done learning the python language > enough that I can start learning developing web app in python. I have > gone thru many research and I still say that I will want to develop > web app in python. Although some says php sh

Re: for web application development

2007-06-14 Thread Thomas Wittek
james_027: > My problem is looking for a web framework for python, that could > provide a natural way of developing web app. The three bigger Python web frameworks seem to be: - Django: http://www.djangoproject.com/ - TurboGears: http://www.turbogears.org/ - Pylons: http://pylonshq.com/ I only t

Re: for web application development

2007-06-14 Thread Benedict Verheyen
james_027 schreef: > hi everyone, > > I am very new to python, I am almost done learning the python language > enough that I can start learning developing web app in python. I have > gone thru many research and I still say that I will want to develop > web app in python. Although some says php sho

Re: for web application development

2007-06-14 Thread Giuseppe Di Martino
Il Thu, 14 Jun 2007 09:16:24 +, james_027 ha scritto: > > My problem is looking for a web framework for python, that could > provide a natural way of developing web app. I am avoiding to learn > template language as much as possible. Currently, i'm playing with Pylons (http://pylonshq.com) a

for web application development

2007-06-14 Thread james_027
hi everyone, I am very new to python, I am almost done learning the python language enough that I can start learning developing web app in python. I have gone thru many research and I still say that I will want to develop web app in python. Although some says php should be better since the languag