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

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

Dive Into Python3 特殊メソッド名メモ

Dive Into Python3 特殊メソッド名メモ

Dive Into Python3 AppendixB 特殊メソッド名__init__(), __new__() など)についてのメモ。

Dive Into Python3 AppendixB(特殊メソッド名)メモ nbviewer

続きを読む

Pythonの.pyファイルの関連付け[Windows]

Pythonの.pyファイルの関連付け[Windows]

Python .pyファイルの関連付けについてのメモ。

環境

続きを読む

Dive Into Python3 16章メモ(Pythonライブラリをパッケージ化)

Dive Into Python3 16章メモ(Pythonライブラリをパッケージ化)

Dive Into Python3 16章Pythonライブラリをパッケージ化するDistutilsモジュール)、パッケージ化するときに必要そうな情報についてのメモ。

Dive Into Python3 16章(Pythonライブラリをパッケージ化)メモ nbviewer

続きを読む

Dive Into Python3 14章メモ(HTTPウェブサービス)

Dive Into Python3 14章メモ(HTTPウェブサービス

Dive Into Python3 14章HTTPウェブサービスurllib.requestモジュール、httplib2モジュール、Basic認証)についてのメモ。

Dive Into Python3 14章(HTTPウェブサービス)メモ nbviewer

続きを読む

Dive Into Python3 13章メモ(Pythonオブジェクトをシリアライズ)

Dive Into Python3 13章メモ(Pythonオブジェクトをシリアライズ

Dive Into Python3 13章PYTHONオブジェクトをシリアライズするpickleモジュール、jsonモジュール でのシリアライズ・ディシリアライズ)についてのメモ。

Dive Into Python3 13章(Pythonオブジェクトをシリアライズ)メモ nbviewer

続きを読む

Dive Into Python3 12章メモ(XML)

Dive Into Python3 12章メモ(XML

Dive Into Python3 12章XMLAtomフィードElementTreeライブラリ、lxmlライブラリ、XMLシリアライズ)についてのメモ。

Dive Into Python3 12章(XML)メモ nbviewer

続きを読む

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

続きを読む