Re: [Tutor] Python and the web

2011-05-22 Thread Robert
On 2011-05-22 14:09:39 -0400, michael scott said: I want to start getting into web site development. I already know basic html and css, which will create a basic webpage. But my question is what exactly does python bring to the web? Are forums, blogs, flash sites, etc the results of web progr

Re: [Tutor] Python and the web

2011-05-22 Thread Steven D'Aprano
On Mon, 23 May 2011 04:09:39 am michael scott wrote: > I want to start getting into web site development. I already know > basic html and css, which will create a basic webpage. But my > question is what exactly does python bring to the web? > > Are forums, blogs, flash sites, etc the results of we

Re: [Tutor] Python and the web

2011-05-22 Thread spawgi
Please see the Django framework and Google App Engine using Python. I particularly recommend the GAE using Python to create a basic data driven application. It will give answers to quite a few of your questions. Regards SWP On Sun, May 22, 2011 at 11:39 PM, michael scott wrote: > I want to start

Re: [Tutor] Python and the web

2011-05-22 Thread Alan Gauld
"michael scott" wrote I want to start getting into web site development. I already know basic html and css, which will create a basic webpage. But my question is what exactly does python bring to the web? Action. Your HTML/CSS web page cannot do anything it is just static information. Using

[Tutor] Python and the web

2011-05-22 Thread michael scott
I want to start getting into web site development. I already know basic html and css, which will create a basic webpage. But my question is what exactly does python bring to the web? Are forums, blogs, flash sites, etc the results of web programming or can they all be achieved with standard ht