https://computer-science-student.tistory.com/234
[파이썬, Python] BeautifulSoup으로 크롤링(crawling)(1) - find(), find_all(), .string, get_text()
BeautifulSoup Beautiful Soup은 HTML 및 XML 문서를 구문 분석하기위한 Python 패키지이다. HTML에서 데이터를 추출하는 데 사용할 수있는 구문 분석 된 페이지에 대한 구문 분석 트리를 만들며, 웹 스크래핑
computer-science-student.tistory.com
설명 깔끔
'파이썬. 데이터분석 > 웹스크래핑' 카테고리의 다른 글
혼공데 Yes24 책 페이지 정보 가져오기 request.get, BeautifulSoup (0) | 2024.06.06 |
---|