I\'m new to Python completely and am using Python 3.1 on Windows (pywin). I need to parse some HTML, to essentially extra values between specific HTML tags and am confused a
I know this is way late, but for future reference, Beautiful Soup 4.3.2 is available as of Oct. 2013.
http://www.crummy.com/software/BeautifulSoup/bs4/download/
It is compatible with Python 3.