Python

AWS

今までWebサービスでどうのこうの、ってのはぜんぜん触ってなかったんだけど、ちょっとやってみた。PyAWSでAmzonの商品を検索を参考に、 import sys import codecs from pyaws import ecs sys.stdout = codecs.getwriter('cp932')(sys.stdout) ecs.setLicens…

入れ替え

PythonとかRubyで簡単に出来ることの中で印象的だったのがこれ。 Python 2.4.4 (#2, Apr 15 2008, 23:43:20) [GCC 4.1.2 20061115 (prerelease) (Debian 4.1.1-21)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> …

最後のif x

数字列を含んだ文字列から数値を取り出す 数字を取り出す - odz buffer の最後のif xは、前後に数字以外のものがあった場合にも必要ですよね。 >python Python 2.4.4 (#2, Apr 15 2008, 23:43:20) [GCC 4.1.2 20061115 (prerelease) (Debian 4.1.1-21)] on l…

とりあえずインストール

家に帰ってきたんでVirtual PC上のDebian4.0にインストール。まずはPythonから。 Python とりあえずdpkg % dpkg -l | grep python ii python 2.4.4-2 An interactive high-level object-oriented la ・・・ ii python2.4 2.4.4-3 An interactive high-level …

LL はじめました

ホテルでは本当やることがないんで、三省堂で本買ってきた。 みんなのPython たのしいRuby 第2版 Rubyではじめる気軽なプログラミング