Re: [Tutor] web spider

2007-05-14 Thread Sönmez Kartal
Hello, I'm working on a web spider project right now. And, I suggest you look at sgmllib and urllib modules of standard library, then you will realize some stuff in your mind. Happy coding... -- Sönmez Kartal ___ Tutor maillist - Tutor@python.org h

[Tutor] web spider

2007-05-13 Thread max .
hello i am a beginner programmer and i am planning a project that will take a keyword enter that in google and start searching through links ans saving web pages if anyone can help or might know of any tutorials about: writing to websites searching links creating files and web spiders in general