エキスパート Python プログラミング

正誤表
位置 刷(誤) 刷(正)
p.14 掘田さん 堀田さん 1 2
p.45 pbp.scriptパッケージ pbp.scriptsパッケージ 1 2
p.45 encoding: coding: 1 -
p.67 この例では、open は この例では、reader は 1 -
p.67 def power(values): ... の yield value yield value * valueとし、結果表示も2乗 1 -
p.82 http://en.wikipedia.org/wiki/Memoizin http://en.wikipedia.org/wiki/Memoizing 1 2
p.89 host ファイルを hosts ファイルを 1 2
p.89 print(host) print(line) 1 2
p.91 p.89コード例にある'leaving the zone'が出力されない yield try: yield finally: print('leaving the zone') 1 -
p.97 collection モジュールに collections モジュールに 1 2
p.108 # 2. ゲッターが見つかれば使用する if hasattr(AttributeClass, '__get__': # 2. ゲッターが見つかれば使用する if hasattr(AttributeClass, '__get__'): 1 -
p.112 docsring docstring 1 -
p.113 treshold threshold 1 -
p.135 4行目のドットが2つ 4行目のドットが3つ 1 -
p.138 class BD(object): / BD().execute('my query') class DB(object): / DB().execute('my query') 1 2
p.159 recursive-include `*.txt` `*.py` recursive-include *.txt *.py 1 2
p.172 Marikdown が Markdown が 1 2
p.174 全角の"‘"、"’" 半角の"'" 1 -
p.194 対象的です 対照的です 1 2
p.269 「アジャイル・マニフェスト*2」の脚注が抜けている。 脚注*2 http://www.agilemanifesto.org/iso/ja/ 1 2
p.300 Gnome デスクトップアプリケーション GNOME デスクトップアプリケーション 1 -
p.344 コードを最適化するもっとも優れた方法が、(中略)、問題の箇所に集中することができます。 (削除) 1 -
p.382 4 章の「冗長性の追跡」 4 章の「高レベルな関数の提供」 1 2
書誌情報
著者Terek Ziadé
題名エキスパート Python プログラミング
出版アスキー・メディアワークス(東京)
ISBN9784048686297
発行2010年5月31日 初版