Re: I need a starter ptr writing python embedded in html.

2010-08-09 Thread alex23
"Steven W. Orr" wrote: > I'm ok in python but I haven't done too much with web pages. I have a web page > that is hand written in html that has about 1000 entries in a table and I want > to convert the table [into html] Is the data coming from somewhere like a file or db? If so, I'd just use some

Re: I need a starter ptr writing python embedded in html.

2010-08-09 Thread Miki
> >> I'm ok in python but I haven't done too much with web pages. I have a web > >> page > >> that is hand written in html that has about 1000 entries in a table and I > >> want > >> to convert the table from entries like this > > >>     > >>       Some Date String > >>       SomeTag > >>  

Re: I need a starter ptr writing python embedded in html.

2010-08-08 Thread Joel Goldstick
Steven W. Orr wrote: I'm ok in python but I haven't done too much with web pages. I have a web page that is hand written in html that has about 1000 entries in a table and I want to convert the table from entries like this Some Date String SomeTag A Title

Re: I need a starter ptr writing python embedded in html.

2010-08-08 Thread Thomas Jollans
On Sunday 08 August 2010 04:42:25 Steven W. Orr wrote: > I'm ok in python but I haven't done too much with web pages. I have a web > page that is hand written in html that has about 1000 entries in a table > and I want to convert the table from entries like this > > >Some Date String

Re: I need a starter ptr writing python embedded in html.

2010-08-08 Thread Steven W. Orr
On 08/07/10 23:57, quoth Miki: > On Aug 7, 7:42 pm, "Steven W. Orr" wrote: >> I'm ok in python but I haven't done too much with web pages. I have a web >> page >> that is hand written in html that has about 1000 entries in a table and I >> want >> to convert the table from entries like this >> >

Re: I need a starter ptr writing python embedded in html.

2010-08-08 Thread Chris Rebert
On Sat, Aug 7, 2010 at 7:42 PM, Steven W. Orr wrote: > I'm ok in python but I haven't done too much with web pages. I have a web page > that is hand written in html that has about 1000 entries in a table and I want > to convert the table from entries like this > >     >       Some Date String >  

Re: I need a starter ptr writing python embedded in html.

2010-08-07 Thread Eknath Venkataramani
BeautifulSoup On Sun, Aug 8, 2010 at 8:12 AM, Steven W. Orr wrote: > I'm ok in python but I haven't done too much with web pages. I have a web > page > that is hand written in html that has about 1000 entries in a table and I > want > to convert the table from entries like this > > > S

Re: I need a starter ptr writing python embedded in html.

2010-08-07 Thread Miki
On Aug 7, 7:42 pm, "Steven W. Orr" wrote: > I'm ok in python but I haven't done too much with web pages. I have a web page > that is hand written in html that has about 1000 entries in a table and I want > to convert the table from entries like this > >     >       Some Date String >       Som