Notice
Recent Posts
Recent Comments
Link
목록Scraping (1)
Excelsior

# python 3.7, Anaconda 사전 설치 필요 1. beautifulsoup4 모듈 설치 (Anaconda Prompt) - pip install beautifulsoup4 : beautifulsoup4 설치 - pip list : 라이브러리 설치 여부 확인, beautifulsoup4 확인 2. Scraping 연습(출처 : https://wayhome25.github.io/python/2017/04/25/cs-27-crawling/) 1) Scraping 할 Site : https://www.rottentomatoes.com - 영화 제목과 링크리스트 가져오기 from urllib.request import urlopen from bs4 import BeautifulSoup url = "h..
Big Data
2019. 4. 14. 20:04