I'd like to implement and explore tools for analyzing Web pages. I have in mind things like:
- Tracing links from a Web page. Building a tree structure of links to a specified depth. - Tracing links to a Web page. Showing incoming links to a specified depth. - Word count, word frequency analysis, words in context, etc. - Etc. Basically, I'm interested in looking at the structure of the Web and trying to help make it useful. So, my question: Are there existing tools (in Python) of course for this kind of thing. I'd like (1) not to reinvent what is already there and (2) to make use of what already exists. I've done a few Web searches, but have not found that much of interest. I plan to start with BeautifulSoup.py at a minimum. Thanks for help. And, I'd be interested in any ideas and suggestions. Dave -- Dave Kuhlman http://www.rexx.com/~dkuhlman _______________________________________________ Web-SIG mailing list Web-SIG@python.org Web SIG: http://www.python.org/sigs/web-sig Unsubscribe: http://mail.python.org/mailman/options/web-sig/archive%40mail-archive.com