はしくれエンジニアもどきのメモ

情報系技術・哲学・デザインなどの勉強メモ・備忘録です。

2016-04-01から1日間の記事一覧

Dive Into Python3 6章メモ(クロージャとジェネレータ)

Dive Into Python3 6章メモ(クロージャとジェネレータ) Dive Into Python3 6章クロージャとジェネレータについてのメモ。 Dive Into Python3 6章メモ(クロージャとジェネレータ) 6章 クロージャとジェネレータメモ 関連リンク Dive Into Python3 6章(ク…

Dive Into Python3 5章メモ(正規表現)

Dive Into Python3 5章メモ(正規表現) Dive Into Python3 5章正規表現(reモジュール、re.search()、 re.sub()、re.compile()、 冗長な正規表現、ローマ数字の正規表現、電話番号の正規表現)についてのメモ。 Dive Into Python3 5章メモ(正規表現) 5章 …