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

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

Dive Into Python3 11章メモ(ファイル)

Dive Into Python3 11章メモ(ファイル)

Dive Into Python3 11章ファイル (ストリームオブジェクト、ioモジュール)についてのメモ。

Dive Into Python3 11章(ファイル)メモ nbviewer

続きを読む

Dive Into Python3 10章メモ(リファクタリング)

Dive Into Python3 10章メモ(リファクタリング

Dive Into Python3 10章リファクタリング についてのメモ。

Dive Into Python3 10章(リファクタリング)メモ nbviewer

続きを読む

Dive Into Python3 9章メモ(ユニットテスト)

Dive Into Python3 9章メモ(ユニットテスト

Dive Into Python3 9章ユニットテストunittestモジュール、テスト駆動開発(TDD)、-vオプション、マジックコマンド%tbExceptionクラスの継承、testメソッドの作成)についてのメモ。

Dive Into Python3 9章(ユニットテスト)メモ nbviewer

続きを読む

Dive Into Python3 8章メモ(高度なイテレータ)

Dive Into Python3 8章メモ(高度なイテレータ

Dive Into Python3 8章高度なイテレータitertoolsモジュール、itertools.permutations(順列)、sorteditertools.groupbyitertools.chainzipsubprocessモジュール、eval)についてのメモ。

Dive Into Python3 8章(高度なイテレータ)メモ nbviewer

続きを読む

Dive Into Python3 7章メモ(クラスとイテレータ)

Dive Into Python3 7章メモ(クラスとイテレータ

Dive Into Python3 7章クラスとイテレータclass, __init__, __iter__)についてのメモ。

Dive Into Python3 7章(クラスとイテレータ)メモ nbviewer

続きを読む

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

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

Dive Into Python3 6章クロージャとジェネレータについてのメモ。

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

続きを読む

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

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

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

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

続きを読む

Dive Into Python3 4章メモ(文字列)

Dive Into Python3 4章メモ(文字列)

Dive Into Python3 4章文字列(文字列、format、 バイト列、encode、decode)についてのメモ。

Dive Into Python3 4章(文字列)メモ nbviewer

続きを読む

Dive Into Python3 3章メモ(内包表記)

Dive Into Python3 3章メモ(内包表記)

Dive Into Python3 3章内包表記(osモジュール、globモジュールの使い方と listと集合(set)、辞書(dictonary)の内包表記)についてのメモ。

Dive Into Python3 3章(内包表記)メモ nbviewer

続きを読む

Dive Into Python3 2章メモ(ネイティブデータ型)

Dive Into Python3 2章メモ(ネイティブデータ型)

Dive Into Python3の2章 ネイティブデータ型(int, float, bool, 分数(fractions), 配列(list), タプル(tupple), 集合(set), 辞書(dictonary), None) についてのメモ。

Dive Into Python3 2章メモ nbviwer

続きを読む