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

GoogleAppEngineは2.7でよさそう
Getting Started: Python 2.7 - Google App Engine — Google Developers
https://developers.google.com/appengine/docs/python/gettingstartedpython27/

Heroku

Herokuも2.7でよさそう
Getting Started with Python on Heroku | Heroku Dev Center
https://devcenter.heroku.com/articles/python

参考サイト

Pythonを始めよう(1/5):CodeZine
http://codezine.jp/article/detail/1617

最終更新:2012年09月24日 07:47