Pythonとは
欧米で大人気のスクリプト言語で
Play Framework 1.2系でもCUIに採用されている。
DotCloudやGoogleAppEngineでサーバーサイドスクリプトとして動かすこともできる。
PaaSのPythonのバージョン
DotCloud
DotCloudのPythonは2.6.5がいいようです。2.7も動くけど2.6推奨らしい? 2012/07/30
$ dotcloud ssh hellopython.www
# $SHELL
dotcloud@hellopython-default-www-0:~$ python
Python 2.6.5 (r265:79063, Apr 16 2010, 13:57:41)
[GCC 4.4.3] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> exit()
GoogleAppEngine
Heroku
参考サイト
最終更新:2012年09月24日 07:47