Re: [Tutor] mod_python and other web frameworks

2006-01-26 Thread Intercodes
 Christian,You are certainly right. I couldn't get anything apart from "Hello world" coding in mod_python. The mod_python manual is also bit vague, not for beginners. I wonder why there aren't any good tutorials on mod_python. I am having a look at quixote as a developer in this list suggested. I w

Re: [Tutor] mod_python and other web frameworks

2006-01-26 Thread Christian Wyglendowski
And "as a beginner", I would _not_ start with something like mod_python ;-) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Intercodes Sent: Wednesday, January 25, 2006 12:59 PM To: tutor@python.org Subject: [Tutor] mod_python and other web frame

Re: [Tutor] mod_python and other web frameworks

2006-01-26 Thread wkranec
There seems to be a discussion about this sort of thing every other week or so, and I'm always surprised that no one mentions Cheetah Templates (www.cheetahtemplate.org). It's useful for both web and non-Web applications, and has a straightforward syntax that pretty much *is* Python. For web prog

Re: [Tutor] mod_python and other web frameworks

2006-01-25 Thread Ben Vinger
--- Intercodes <[EMAIL PROTECTED]> wrote: > List: I am still open to suggestions. Being also keen to write better web apps in Python, I've spent a considerable amount of time reading about this (and it is indeed confusing), I've opted to try out something like Pylons or Turbogears. One thing I w

Re: [Tutor] mod_python and other web frameworks

2006-01-25 Thread Intercodes
Thanks for the input guys. I think ill go with Quixotemod_pythonpostgresXHTMLIll let you know if I have done something useful with the above four :DTYIntercodes >If you're looking to do some Python coding to put your site together,>you might take a gander at Quixote>(http://www.mems-exchange.org/so

Re: [Tutor] mod_python and other web frameworks

2006-01-25 Thread Gabriel S Farrell
On Thu, Jan 26, 2006 at 02:07:43AM +0530, Intercodes wrote: > Lolo, > > Thanks for the boost up. I am looking at PSP now and it seems promising. 3 > days is impossible for me :) ...maybe a week or more. I will certainly have > a look at 'mighty' once I am familiar with mod_python. > > List: I am

Re: [Tutor] mod_python and other web frameworks

2006-01-25 Thread Intercodes
Liam, I checked the wiki video sometime back. If my memory wont fail me, the guy there never used a single line of python code ;) (I may be wrong) It seemed a totally new language that he used to create that wiki. Iam more inclined to code a lot rather than deal with such high abstraction, as I wou

Re: [Tutor] mod_python and other web frameworks

2006-01-25 Thread Liam Clarke
On 1/26/06, Intercodes <[EMAIL PROTECTED]> wrote: > Liam, > > I checked the wiki video sometime back. If my memory wont fail me, the guy > there never used a single line of python code ;) (I may be wrong) It seemed > a totally new language that he used to create that wiki. > > Iam more inclined to

Re: [Tutor] mod_python and other web frameworks

2006-01-25 Thread Intercodes
Lolo,Thanks for the boost up. I am looking at PSP now and it seems promising. 3 days is impossible for me :) ...maybe a week or more. I will certainly have a look at 'mighty' once I am familiar with mod_python. List: I am still open to suggestions.Thank You.Intercodes--

Re: [Tutor] mod_python and other web frameworks

2006-01-25 Thread Liam Clarke
Hi, I recommend checking out the Turbogears 20 minute Wiki tutorial, although I'd hold off using it until the 0.9 release comes out with some useful changes. When you use it, it sits behind mod_python and responds to requests made. You can see a Turbogears error message here - :D http://digitalso

[Tutor] mod_python and other web frameworks

2006-01-25 Thread Intercodes
Hello everyone,Disclaimer:  Beginner.I have an idea of coding a web application and decided to do it entirely with python (reddit style). I started looking for web programming in python and somehow I saw mod_python first. Iam perusing the help document now. Few minutes of browsing confused my mind