Re: [Tutor] advice on how to start with urllib

2005-10-23 Thread nephish
Thanks a lot, this stuff is pretty easy. i got a couple of things working here. thanks for your help sk On Sun, 2005-10-23 at 13:46 +0100, Christopher Arndt wrote: > nephish schrieb: > > hey there gents, > > i am looking for a good place to start learning how to read a web page > > with pytho

Re: [Tutor] advice on how to start with urllib

2005-10-23 Thread Christopher Arndt
nephish schrieb: > hey there gents, > i am looking for a good place to start learning how to read a web page > with python and pull out bits of information for an app i am doing for > work. i have googled and looked at the docs. i looked at urllib and > httplib so i think this a place to kind

Re: [Tutor] advice on how to start with urllib

2005-10-23 Thread Kent Johnson
nephish wrote: > hey there gents, > i am looking for a good place to start learning how to read a web page > with python and pull out bits of information for an app i am doing for > work. i have googled and looked at the docs. i looked at urllib and > httplib so i think this a place to kinda

[Tutor] advice on how to start with urllib

2005-10-22 Thread nephish
hey there gents, i am looking for a good place to start learning how to read a web page with python and pull out bits of information for an app i am doing for work. i have googled and looked at the docs. i looked at urllib and httplib so i think this a place to kinda start. Does anyone know