Google App Engine 是一個平台, 可以在上面開發網站, 主要是有限制的免費的空間和資源, 若使用過量的話, 這邊會有另外的計費表可以參考: New! Grow your app beyond the free quotas! 和 Billing and Budgeting
主要是程式寫好後, 不需要擔心 DB 會太操、會爆掉等問題, 基本上, 花錢靠 Google 的 BigTable 來解決即可.
目前 Google App Engine(GAE) 的開發, 是使用 Python 2.5.2 版, Framework 使用 Django 0.96.1 版.
GAE 常用 API 文件
其它常會用到的, 也都有提供取用的 API, ex:
- Database: The Python Datastore API
- User: The Python Google Accounts API
- URL Fetch: The Python URL Fetch API
- Mail: Python Mail API
- Memcache: Python Memcache API
- Image Manipulation: Python Images API
GAE 的電子書、SDK、Cheatsheet
- App Engine API Cheat Sheet (SDK 1.1.9) - google_app_engine_cheat_sheet_119_1.pdf