RE: where do I begin with web programming in python?

2008-05-25 Thread Dutton, Sam
This doesn't really answer your question, but you might want to consider Google App Engine. http://code.google.com/appengine/ Sam Dutton SAM DUTTON SENIOR SITE DEVELOPER 200 GRAY'S INN ROAD LONDON WC1X 8XZ UNITED KINGDOM T +44 (0)20 7430 4496 F E [EMAIL PROTECTED] WWW.ITN.CO.UK P Plea

Re: where do I begin with web programming in python?

2008-05-02 Thread CM
On May 2, 10:18 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > On May 2, 10:07 am, bvidinli <[EMAIL PROTECTED]> wrote: > > > > > i also asked same question in this list last week. > > i foundhttp://www.cherrypy.org/tobe most suitable for me. > > it is basic, easy, pure... > > it contains its

Re: where do I begin with web programming in python?

2008-05-02 Thread [EMAIL PROTECTED]
On May 2, 10:07 am, bvidinli <[EMAIL PROTECTED]> wrote: > i also asked same question in this list last week. > i foundhttp://www.cherrypy.org/to be most suitable for me. > it is basic, easy, pure... > it contains its own webserver, very easy to start. > > others have many framworks, structures, cla

Re: where do I begin with web programming in python?

2008-05-02 Thread 7stud
On May 1, 3:25 pm, jmDesktop <[EMAIL PROTECTED]> wrote: > I have been to the main python site, but am still confused.  I have > been using .net, so it may be obvious how to do this to everyone > else.  I am aware there are various frameworks (Django, Pylons, etc.), > but I would like to know how to

Re: where do I begin with web programming in python?

2008-05-02 Thread bvidinli
i also asked same question in this list last week. i found http://www.cherrypy.org/ to be most suitable for me. it is basic, easy, pure... it contains its own webserver, very easy to start. others have many framworks, structures, classes many many.. i wanted a pure web programming system , i found

Re: where do I begin with web programming in python?

2008-05-01 Thread Paul Rubin
jmDesktop <[EMAIL PROTECTED]> writes: > I am aware there are various frameworks (Django, Pylons, etc.), > but I would like to know how to create web pages without these. If I > have mod_python or fastcgi on apache, where do I start? I don't have > clue where to begin to create a web page from scr

Re: where do I begin with web programming in python?

2008-05-01 Thread George Sakkis
On May 1, 7:13 pm, Graham Dumpleton <[EMAIL PROTECTED]> wrote: > On May 2, 7:45 am, Christian Heimes <[EMAIL PROTECTED]> wrote: > > > > > jmDesktop schrieb: > > > > I have been to the main python site, but am still confused.  I have > > > been using .net, so it may be obvious how to do this to ever

Re: where do I begin with web programming in python?

2008-05-01 Thread Graham Dumpleton
On May 2, 7:45 am, Christian Heimes <[EMAIL PROTECTED]> wrote: > jmDesktop schrieb: > > > I have been to the main python site, but am still confused. I have > > been using .net, so it may be obvious how to do this to everyone > > else. I am aware there are various frameworks (Django, Pylons, etc.

Re: where do I begin with web programming in python?

2008-05-01 Thread Christian Heimes
jmDesktop schrieb: > I have been to the main python site, but am still confused. I have > been using .net, so it may be obvious how to do this to everyone > else. I am aware there are various frameworks (Django, Pylons, etc.), > but I would like to know how to create web pages without these. If

Re: where do I begin with web programming in python?

2008-05-01 Thread Mike Driscoll
On May 1, 4:25 pm, jmDesktop <[EMAIL PROTECTED]> wrote: > I have been to the main python site, but am still confused.  I have > been using .net, so it may be obvious how to do this to everyone > else.  I am aware there are various frameworks (Django, Pylons, etc.), > but I would like to know how to

where do I begin with web programming in python?

2008-05-01 Thread jmDesktop
I have been to the main python site, but am still confused. I have been using .net, so it may be obvious how to do this to everyone else. I am aware there are various frameworks (Django, Pylons, etc.), but I would like to know how to create web pages without these. If I have mod_python or fastcg