Python
https://gyazo.com/134f82fdcd08910b9bacade0fbe5eb10
instance(object, class)
objectが、classの型のインスタンス、またはサブクラスのインスタンスであればTrueを返す ref inspect.getmembers(object)
objectに登録されている全メンバを取得する
Python v4
タブーらしい
Pythonで関数型
処理高速化
あとで読む
オブジェクト
a=42という式があった時、aに入っているのは値の3ではなく識別子
id(a)で確認できる
値を代入したタイミングで3を保存するための整数型オブジェクトがメモリ空間上に確保される
識別子づたいでオブジェクト3にアクセスできる
namedtuple
classを返す関数
v3.3からは__init__.pyを省略してはいけない
"Python"という名の由来
I chose Python as a working title for the project, being in a slightly irreverent mood (and a big fan of Monty Python's Flying Circus).
Webクライアントで動作するPython (?)
ちゃんと読んでないので間違ってるかもmrsekut.icon
関連
一覧