웹크롤링
- HTML parsing 기반
- import requests
from bs4 import BeautifulSoup as bp
- import requests
- 사람 Action 기반
- from selenium import webdriver
'교육 > Python 0309-0313' 카테고리의 다른 글
10. Unit Test (0) | 2015.03.13 |
---|---|
09. 문자열 (0) | 2015.03.12 |
08. Library (0) | 2015.03.12 |
07. File IO (0) | 2015.03.11 |
06. 예외처리 (0) | 2015.03.11 |