Ju Factory

Ju Factory

  • 분류 전체보기
    • Algorithm
      • 정렬
    • Big Data
    • Programming
      • C#
      • iPhone
      • Perl
      • JAVA
      • 윈도우 드라이버
      • C
      • python
      • web
      • Android
      • Scala
    • Book review
    • MultiMedia Framework
      • GStreamer
      • FFMpeg
    • Server
      • Ubuntu
      • Microsoft
      • centos
    • 개발일기
      • Seminar
      • 부산버스
      • 싸다구
      • SCM
      • 스타일판다
    • machine learning
    • 기타
  • Home
  • Visitor
  • Write
  • 정선생의 세상일기
  • ash84
  • NLP
  • 알락블록
  • 길은 가면, 뒤에 있다
  • 트위터 부트스트랩
  • 부산버스 1위 앱 블로그
RSS 피드
로그인
로그아웃 글쓰기 관리

Ju Factory

컨텐츠 검색

태그

numpy django rnn word2vec spark spaCy Kubeflow tensorflow k8s Python Deep learning 책 perceptron 우분투 TensorBoard redis 정렬 gstreamer 윈도우 드라이버 scala

최근글

댓글

공지사항

아카이브

beautifulsoup(1)

  • [Python] beautiful soup 사용하기

    beautiful soup 설치 (우분투 환경)$> pip install beautifulsoup4 웹페이지의 GET 데이터 정보 가져오기from bs4 import BeautifulSoupimport urllib2 try: response = urllib2.urlopen("가져올 웹페이지 주소") page = response.read().decode('cp949', 'ignore') # 인코딩 변환이 필요할 경우 response.close()except urllib2.HTTPError, e: print e.reason.args[1]except urllib2.URLError, e: print e.reason.args[1] soup = BeautifulSoup(page) 웹페이지의 GET 데이터 정보 가져..

    2015.02.17
이전
1
다음
티스토리
© 2018 TISTORY. All rights reserved.

티스토리툴바