반응형
Google App Engine Python
//다운로드 SDK (python 2.5.x)
http://code.google.com/appengine/downloads.html
http://code.google.com/appengine/downloads.html#Google_App_Engine_SDK_for_Python
http://www.activestate.com/activepython/downloads
//강좌
http://code.google.com/appengine/docs/python/overview.html
http://code.google.com/appengine/docs/python/gettingstarted/
//Webapp 레퍼런스
http://code.google.com/appengine/docs/python/tools/webapp/
//User 레퍼런스
http://code.google.com/appengine/docs/python/users/
//DataStore 레퍼런스
http://code.google.com/appengine/docs/python/datastore/
//API 목록
http://appgallery.appspot.com/
//템플릿
http://www.djangoproject.com/
//샘플코드 다운로드사이트
http://code.google.com/p/google-app-engine-samples/
//참고 기타
http://portablepython.com/
http://www.activestate.com/activepython/downloads
//Scheduled Tasks With Cron for Python (파이썬 예약작업)
반응형
'프로그래밍' 카테고리의 다른 글
심플한 PHP 캐싱 클래스 , PHP cache class (1) | 2011.05.28 |
---|---|
이미지 관리 PHP소스 (0) | 2010.10.16 |
DOMDocument, DOMXpath를 이용한 Scraping (0) | 2010.06.19 |
Smarty Template에서 자바스크립트를 사용하려면? (0) | 2010.03.10 |
[PHP] register_globals OFF 일때 (0) | 2010.02.25 |