четвер, 30 жовтня 2014 р.

How to use BeautifulSoup library (websites parser)

BeautifulSoup is python library for parsing Web-sites. It is pretty easy to use it. First of all you need to install library using PIP or easy_install and import it.

# pip install beautifulsoup4
# easy_install beautifulsoup4

And this is good example from Youtube chanell of CodingEntrepreneurs user: