stock quotes

Fredrik Lundh fredrik at pythonware.com
Thu Sep 14 03:19:14 EDT 2006


Larry Bates wrote:

> If the HTML on the page(s) you want to process is clean and well formed it
> can be pretty easy.  Download elementree from:
> 
> http://effbot.org/zone/element-index.htm

and if it turns out to be messy, but you still want to use the same API, 
see:

     http://effbot.org/zone/element-soup.htm

</F>




More information about the Python-list mailing list