Re: Building Python Based Web Application

2006-09-09 Thread Andre Meyer
Karrigell can really be recommended. Simple, but powerful. No need for SQL (though it can), just use the pure Python buzhug, Karrigell services and (Cheetah) templates. Works great.regardsAndre -- http://mail.python.org/mailman/listinfo/python-list

Re: Building Python Based Web Application

2006-09-09 Thread Bruno Desthuilliers
James Stroud a écrit : > Hello All, > > I am interested in setting up a modest invoicing system for some > consulting I am doing. I like the idea of managing this on the web and > creating invoices and printing them from a browser. However, I'm not > really sure where to start. I've played with

Re: Building Python Based Web Application

2006-09-09 Thread John Henry
Adam Jones wrote: > John Henry wrote: > > Hi folks. > > > > I am interested on this topic as well. > > > > If my application is not database related, what would be a good choice? > > > > I have clients that wish to use my Python applications but I am not > > willing to give them the code. So, I a

Re: Building Python Based Web Application

2006-09-09 Thread Gerard Flanagan
James Stroud wrote: > Hello All, > > I am interested in setting up a modest invoicing system for some > consulting I am doing. I like the idea of managing this on the web and > creating invoices and printing them from a browser. However, I'm not > really sure where to start. I've played with some C

Re: Building Python Based Web Application

2006-09-09 Thread Steve Holden
James Stroud wrote: > Hello All, > > I am interested in setting up a modest invoicing system for some > consulting I am doing. I like the idea of managing this on the web and > creating invoices and printing them from a browser. However, I'm not > really sure where to start. I've played with so

Re: Building Python Based Web Application

2006-09-09 Thread Nick Vatamaniuc
The most modest way is to use pure Python and interface via CGI with the web. I would start there. As you code you will find yourself saying "I wonder if a framework is out there that already has automated this specific process (say templating)?", well then you can search and find such a framework

Re: Building Python Based Web Application

2006-09-08 Thread Adam Jones
John Henry wrote: > Hi folks. > > I am interested on this topic as well. > > If my application is not database related, what would be a good choice? > > I have clients that wish to use my Python applications but I am not > willing to give them the code. So, I am thinking about setting it up > as

Re: Building Python Based Web Application

2006-09-08 Thread John Henry
Hi folks. I am interested on this topic as well. If my application is not database related, what would be a good choice? I have clients that wish to use my Python applications but I am not willing to give them the code. So, I am thinking about setting it up as a web based application and let th

Re: Building Python Based Web Application

2006-09-08 Thread km
Hi,   I use Plone/Zope for and interface it with PostgreSQL . its pretty good. saves  lot of time. ofcourse the learning curve is steep. Zope uses CSS heavily and since ur comfortable with it it shouldnt take muchtime building the site with much less coding in python.   regards, KM   On 9/9/06, Ra

Re: Building Python Based Web Application

2006-09-08 Thread Ramon Diaz-Uriarte
On 9/8/06, James Stroud <[EMAIL PROTECTED]> wrote: > Hello All, > > I am interested in setting up a modest invoicing system for some > consulting I am doing. I like the idea of managing this on the web and > creating invoices and printing them from a browser. However, I'm not > really sure where to

Re: Building Python Based Web Application

2006-09-08 Thread Adam Jones
James Stroud wrote: > Hello All, > > I am interested in setting up a modest invoicing system for some > consulting I am doing. I like the idea of managing this on the web and > creating invoices and printing them from a browser. However, I'm not > really sure where to start. I've played with some

Re: Building Python Based Web Application

2006-09-08 Thread Jonathan LaCour
James Stroud wrote: > Basically, I want a jump start on data-base oriented web development > with a focus on applying my python skills. > > Any suggestions will be greatly appreciated. Two very popular frameworks are TurboGears (http://www.turbogears.org) and Django (http://www.djangoproject.com/