100일 중 72일 코드: CSS 로케이터

제 72일째 #100일 코드와 #python 학습입니다.어제처럼 오늘도 주제 텍스트 추출,follow() 방법,spider,직망,검사 Datacamp.의 요소에서 인터넷 캡처에 대한 지식을 계속 배울 것입니다.

python의 Xpath 및 CSS 로케이터
from scrapy import Selector

# Create a selector object from a secret website
sel = Selector(  text = html)

# Select all hyperlinks of div elements belonging to class "course-block"
course_as = sel.css( 'div.course-block > a' )

# Selecting all href attributes chaining with css
hrefs_from_css = course_as.css( '::attr(href)' )

# Selecting all href attributes chaining with xpath
hrefs_from_xpath = course_as.xpath( './@href')
72일째, https://t.co/fBZgTteSh7 데이터 캠프 pic.twitter.com/yuC9PoDCMI-Durga Pokharel(@mathdurga)에서 웹 페이지 캡처(CSS 포지셔닝 머신, 변경 및 응답)

좋은 웹페이지 즐겨찾기