I came across an article a couple of days ago about extending Vim (Vim is Vi based editor) with python. It was really cool to compile a set of python functions and call them inside Python. I found it on <a href="http://programming.reddit.com/">
http://programming.reddit.com/</a> which seems to have nice links to Python articles fairly frequently (reddit itself is a python app written in web.py).<br><br>This example used BeautifulSoup parsing library.<br><br><a href="http://www.builderau.com.au/program/python/soa/Extending-Vim-with-Python/0,2000064084,339283181,00.htm">
http://www.builderau.com.au/program/python/soa/Extending-Vim-with-Python/0,2000064084,339283181,00.htm</a><br><br>Since I have not heard of BeautifulSoup before, I started looking into it. It is an amazingly simple and useful Python library for parsing HTML and XML. 
<br><a href="http://www.builderau.com.au/program/python/soa/Build-a-basic-Web-scraper-in-Python/0,2000064084,339281476,00.htm">http://www.builderau.com.au/program/python/soa/Build-a-basic-Web-scraper-in-Python/0,2000064084,339281476,00.htm
</a><br><br>I was wondering whether we should have a thread where people share their favorite Python libraries and how they discovered it. <br clear="all"><br>-- <br>Dorai Thodla (<a href="http://www.thodla.com">http://www.thodla.com
</a>)<br>Tracking Web Trends