Tag Archives: setuptools

python pypi easy_install(setuptools) pip distutils 정리

  파이썬을 공부하다보면 패키지를 설치하고 관리하게 되는데.. pypi, easy_install, setuptools, pip, distutils 등의 용어을 보게 된다.. 각각이 어떤건지 헷갈려 하는 경우가 있어 정리해본다. 1. pypi – the Python Package Index (파이썬용 패키지들을 관리하고 검색) https://pypi.python.org/pypi 2. setuptools & easy_install – … Continue reading

Posted in Python/Ruby/Perl | Tagged , , , , , | 1 Comment

구글 drive api 사용기

구글 drive api 사용기 python 구글 drive api 홈페이지 : https://developers.google.com/drive/ 죄측 메뉴 Quickstart > python : https://developers.google.com/drive/quickstart-python 비디오 https://developers.google.com/drive/quickstart-python#optional_view_a_quickstart_video 1단계 : Enable the Drive API 1. Create an API project in the Google APIs Console. 2. Select the Services … Continue reading

Posted in Python/Ruby/Perl, Util/Tools | Tagged , , , , , , | Leave a comment