2009-07-12から1日間の記事一覧

レシピ追加、特異メソッド

PythonRecipe の『015:特異メソッド』に、 ここに先日書いた記事『Pythonで特異メソッド』 の内容を書き加えました。 特に注意書きはなかったようだけど、勝手に書き込んだりしてよかったのかな? 追記:fgshunさんによると、一見さんも歓迎だそうです

Factoryパターン(1) - Factory Method

『Rubyによるデザインパターン』(ラス・オルセン著 ピアソン・エデュケーション刊)の例をPythonに変換して書いています。目次 Factoryパターン(1) - Factory Method Factoryパターン(2) - 引数にクラスを渡すFactory Method Factoryパターン(3) - Abstract…

Factoryパターン(2) - 引数にクラスを渡すFactory Method

『Rubyによるデザインパターン』(ラス・オルセン著 ピアソン・エデュケーション刊)の例をPythonに変換して書いています。目次 Factoryパターン(1) - Factory Method Factoryパターン(2) - 引数にクラスを渡すFactory Method Factoryパターン(3) - Abstract…

Factoryパターン(3) - Abstract Factory

Factoryパターン(1) - Factory Method Factoryパターン(2) - 引数にクラスを渡すFactory Method Factoryパターン(3) - Abstract Factory Factoryパターン(4) - 引数にクラスを渡すAbstract Factory Template MethodパターンをStrategyパターンに書き換えられ…

Factoryパターン(4) - 引数にクラスを渡すAbstract Factory

Factoryパターン(1) - Factory Method Factoryパターン(2) - 引数にクラスを渡すFactory Method Factoryパターン(3) - Abstract Factory Factoryパターン(4) - 引数にクラスを渡すAbstract Factory 前回、Abstract Factroyクラスを作りました。こんどは、そ…