Re: [Tutor] making a python program part of xhtml

2006-06-09 Thread Dave Kuhlman
On Fri, Jun 09, 2006 at 07:17:02AM -0400, Ron Phillips wrote: > >>> Emily Fortuna < [EMAIL PROTECTED] > 6/8/2006 9:19 AM >>> [snip] > ... I _think_ I want to somehow > embed the python into the page, but I'm really not sure how to do it. > After googling I found some programs that generate xhtml

Re: [Tutor] making a python program part of xhtml

2006-06-09 Thread Ron Phillips
>>> Emily Fortuna < [EMAIL PROTECTED] > 6/8/2006 9:19 AM >>> Hola everyone, I'm working on creating a webpage in which a user can submit data into fields to be held in a database (there are other details, but this is the gist of the idea), and I need to use python. I am unfamiliar with manipulat

Re: [Tutor] making a python program part of xhtml

2006-06-08 Thread Mike Hansen
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Emily Fortuna > Sent: Thursday, June 08, 2006 7:20 AM > To: tutor@python.org > Subject: [Tutor] making a python program part of xhtml > > Hola everyone, > I'm workin

[Tutor] making a python program part of xhtml

2006-06-08 Thread Emily Fortuna
Hola everyone, I'm working on creating a webpage in which a user can submit data into fields to be held in a database (there are other details, but this is the gist of the idea), and I need to use python. I am unfamiliar with manipulating data and web apps as a whole (and new to python), so I h