크롤링 (1) 썸네일형 리스트형 BeautifulSoup parsers : 소스코드 해석기 웹 크롤링, 즉 외부데이터 수집을 위해 BeautifulSoup 을 이용하다보면 어떤 parser (소스코드 해석기)를 이용할지 고민하는 경우가 있습니다.이참에 한번 정리하고 넘어갈께요. 아래는 BeautifulSoup 공식 웹사이트에 나온 설명 입니다. ParserTypical usageAdvantagesDisadvantagesPython’s html.parserBeautifulSoup(markup, "html.parser")Batteries includedDecent speedLenient (As of Python 2.7.3 and 3.2.)Not as fast as lxml, less lenient than html5lib.lxml’s HTML parserBeautifulSoup(markup, "l.. 이전 1 다음