HTML Parser

Steven D'Aprano steve+comp.lang.python at pearwood.info
Tue Jul 2 19:53:25 EDT 2013


On Tue, 02 Jul 2013 10:43:03 -0700, subhabangalore wrote:

> I could not use BeautifulSoup as I did not find an .exe file.

I believe that BeautifulSoup is a pure-Python module, and so does not 
have a .exe file. However, it does have good tutorials:

https://duckduckgo.com/html/?q=beautifulsoup+tutorial


> I am looking for a good tutorial for HTMLParser or any similar parser
> which have an .exe file for my environment and a good tutorial.

Why do you care about a .exe file? Most Python libraries are .py files.


-- 
Steven



More information about the Python-list mailing list