Re: Web based application development using python

2009-04-28 Thread David Lyon
On Tue, 28 Apr 2009 04:50:13 -0700 (PDT), Rahul wrote: > but i want to know which is the official standard recommended by > python. but there isn't one... All of the frameworks are slightly different and solve different problems. It is for you to work out which one suites you best... -- htt

Re: Web based application development using python

2009-04-28 Thread Fred Pacquier
Rahul said : >> >> There are a number of frameworks out there each with there own set of >> strengths and weaknesses,  you shoul dbe >> looking at each ones vibrancy (community), suitablility for your >> application, etc... > > Thanks tim > This information was really of help to me If you don'

Re: Web based application development using python

2009-04-28 Thread Rahul
On Apr 28, 5:07 pm, Tim Hoffman wrote: > On Apr 28, 7:50 pm, Rahul wrote: > > > > > On Apr 28, 1:02 pm, Marco Mariani wrote: > > > > Rahul wrote: > > > > 1) Do you have any idea about web based support (like mod_python) > > > > provided by python.org (official web site) > > > > > Details: - As w

Re: Web based application development using python

2009-04-28 Thread Tim Hoffman
On Apr 28, 7:50 pm, Rahul wrote: > On Apr 28, 1:02 pm, Marco Mariani wrote: > > > > > Rahul wrote: > > > 1) Do you have any idea about web based support (like mod_python) > > > provided by python.org (official web site) > > > > Details: - As we know mod_python is used for embeding python code int

Re: Web based application development using python

2009-04-28 Thread Rahul
On Apr 28, 1:02 pm, Marco Mariani wrote: > Rahul wrote: > > 1) Do you have any idea about web based support (like mod_python) > > provided by python.org (official web site) > > > Details: - As we know mod_python is used for embeding python code into > > apache server. > > so, i want to know whethe

Re: Web based application development using python

2009-04-28 Thread Marco Mariani
Rahul wrote: 1) Do you have any idea about web based support (like mod_python) provided by python.org (official web site) Details: - As we know mod_python is used for embeding python code into apache server. so, i want to know whether mod_python is officially supported by python.org or if there

Re: Web based application development using python

2009-04-28 Thread Rahul
1) Do you have any idea about web based support (like mod_python) provided by python.org (official web site) Details: - As we know mod_python is used for embeding python code into apache server. so, i want to know whether mod_python is officially supported by python.org or if there is other such f

Re: Web based application development using python

2009-04-28 Thread Tim Hoffman
Calling mod_python a web framework is a bit of a stretch. if you want to work at that level though mod_wsgi is worth a look, on top of that you can put a range of frameworks such as repose, django, turbo gears etc.. T On Apr 28, 12:55 pm, Rahul wrote: > > > 2) I have my web based applicat

Re: Web based application development using python

2009-04-27 Thread Stephen Hansen
> i am getting more specific, is there any web development framework > better than mod python which is > easy to maintain. > I'd have a hard time categorizing mod_python as a "web development framework"; it seems to me to be primarily a Python accelerator for Apache, with lightweight tools which c

Re: Web based application development using python

2009-04-27 Thread Rahul
> > 2) I have my web based application written using mod_python > > a. It should be more based on framework type. > > b. It should have all the features present in mod_python. > > These two goals conflict.  You'll need to use your brain to discover > what is best for your application.  In gener

Re: Web based application development using python

2009-04-27 Thread Scott David Daniels
Rahul wrote: Hello all, I have two questions 1) When will be python3.1 (final) get released? (The date should be appropriate (proposed), it must be the span in between which there are chances of release) Go to http://www.puthon.org Click on Core Development Click on PEP Index under Other

Web based application development using python

2009-04-27 Thread Rahul
Hello all, I have two questions 1) When will be python3.1 (final) get released? (The date should be appropriate (proposed), it must be the span in between which there are chances of release) 2) I have my web based application written using mod_python but was needed to know if there is be