[Web-SIG] Extracting web data

2011-02-20 Thread Deb Midya
Hi Python web-sig users,   Thanks in advance and I am new to web-sig.   I am using Python 2.6 on Windows XP.   May I request you to assist me for the following please.   I like to extract web data from the site (http://finance.yahoo.com, for example).   The data may include Historical Prices, Key

Re: [Web-SIG] Extracting web data

2011-02-21 Thread Deb Midya
--- On Mon, 21/2/11, Joost Molenaar wrote: From: Joost Molenaar Subject: Re: [Web-SIG] Extracting web data To: "Deb Midya" Received: Monday, 21 February, 2011, 5:19 PM You should look at lxml, it knows how to parse HTML and XML and lets you use XPath to find the data you need. Joos