geocoding을 이용한 위치 검색1 Lecture 89 - Python(9) url 관련 함수들, 데이터 크롤링, geocoding을 이용한 위치 검색 network URL - url string 관련 클래스 URLConnection - 접속 관련 클래스 - google geolocation xml(json) - jstl (proxy) => urllib 패키지 Socket https://docs.python.org/ko/3/library/urllib.html URLEx01.ex01 - urlparse from urllib.parse import urlparse url = urlparse('https://search.naver.com/search.naver?where=nexearch&sm=top_hty&fbm=1&ie=utf8&query=starwars') print(url) from urllib.parse import urlparse url = urlp.. 2019. 8. 5. 이전 1 다음