Python
https://gyazo.com/134f82fdcd08910b9bacade0fbe5eb10
ABCの研究成果を受けて作られた
開発者はGuido van Rossum
Pythonの処理系
Pythonのパッケージ管理
instance(object, class)
objectが、classの型のインスタンス、またはサブクラスのインスタンスであればTrueを返す ref
inspect.getmembers(object)
objectに登録されている全メンバを取得する
Pythonのmultiprocessing
Pythonのconcurrent.futures
https://www.haya-programming.com/entry/2020/05/01/075309
PythonのThreadPoolExecutor
PythonのPoolExecutor
PtyhonのAsyncIO
Pythonのsubprocess
PythonのQueue
Python v4
タブーらしい
https://okuranagaimo.blogspot.com/2021/06/python-40.html
Pythonで関数型
https://speakerdeck.com/meganehouser/pythondeshi-metemiyouguan-shu-xing-puroguramingu-058b9e1e-22f1-4f5e-80ba-4563f965140e
処理高速化
https://speakerdeck.com/hiroaki8388/pythonde-chu-li-woyorixiao-lu-hua-surutamefalsetipsji
あとで読む
https://magazine.rubyist.net/articles/0008/0008-Legwork.html
オブジェクト
a=42という式があった時、aに入っているのは値の3ではなく識別子
id(a)で確認できる
値を代入したタイミングで3を保存するための整数型オブジェクトがメモリ空間上に確保される
識別子づたいでオブジェクト3にアクセスできる
namedtuple
classを返す関数
https://www.haya-programming.com/entry/2019/08/09/034944
v3.3からは__init__.pyを省略してはいけない
https://qiita.com/methane/items/ed1e5b74747f3ffe9324
Zen of Python
https://qiita.com/comandoo032/items/821277fd51930ea78e16
"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).
Foreword for "Programming Python" (1st ed.) | Python.org
Webクライアントで動作するPython (?)
ちゃんと読んでないので間違ってるかもmrsekut.icon
Brython
Skulpt
cpython-emscrpten
関連
Cython
なぜPythonはこんなにも遅いのか? | POSTD
Pythonディス
一覧
https://github.com/satwikkansal/wtfpython
#プログラミング言語