Re: [Tutor] Getting web pages and formatting text

2005-08-05 Thread David Holland
Alan, Kent,   Thanks for that I will have a look and hopefully come back with a complete script next week.   DavidAlan G <[EMAIL PROTECTED]> wrote: > Two questions :-> 1) Is it possible to download to your hard drive using python > various web pages ie if the pages have the structure> http://addres

Re: [Tutor] Getting web pages and formatting text

2005-08-04 Thread Kent Johnson
Kent Johnson wrote: > There is a nice recipe in the online Python Cookbook for formatting > tabular data. Here it is: http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/267662 Kent ___ Tutor maillist - Tutor@python.org http://mail.python.org/ma

Re: [Tutor] Getting web pages and formatting text

2005-08-04 Thread Alan G
> Two questions :- > 1) Is it possible to download to your hard drive using python > various web pages ie if the pages have the structure > http://address/node=xxx&pagretree=&fromdid=nx&objectid=ny YEs, look at the urlib module documentation. > 2) Is it possible to use python to put text into

Re: [Tutor] Getting web pages and formatting text

2005-08-04 Thread Kent Johnson
David Holland wrote: > I am trying to make a report I do easier (ie via a program not manually). > Two questions :- > 1) Is it possible to download to your hard drive using python various > web pages ie if the pages have the structure > http://address/node=xxx&pagretree=&fromdid=nx&objectid=ny >

[Tutor] Getting web pages and formatting text

2005-08-04 Thread David Holland
I am trying to make a report I do easier (ie via a program not manually). Two questions :- 1)  Is it possible to download to your hard drive using python various web pages ie if the pages have the structure http://address/node=xxx&pagretree=&fromdid=nx&objectid=ny So you can download objectid=ny wh