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

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

NumPy Tutorial メモ3 (Copies and Views)

NumPy Tutorial メモ3 (Copies and Views)

NumPy Tutorial(コピーなし、シャローコピー、ディープコピー)についてのメモ。

NumPy Tutorialメモ3(Copies and Views) nbviewer

続きを読む

NumPy Tutorial メモ2 (ShapeManipulation)

NumPy Tutorial メモ2 (ShapeManipulation)

NumPy Tutorial(ShapeManipulation reveal, flat, hstack, vstackなど)についてのメモ。

NumPy Tutorialメモ2(ShapeManipulation) nbviewer

続きを読む

NumPy Tutorial メモ1(Basic)

NumPy Tutorial メモ1(Basic)

NumPy Tutorial(Basic ndarrayの属性、配列の作成、配列の表示、基本演算、ユニバーサル関数、配列へのアクセスなど)についてのメモ。

以下のリンクを参考にした。

NumPy Tutorial1(Basic)メモ nbviewer

続きを読む

Python のdoctest を試す

Python のdoctest を試す

簡単にテストできるdoctest についてのメモ。 unittestモジュールより手軽に利用でき、 テスト駆動開発っぽいことができる。

環境

続きを読む

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

続きを読む