高エネルギー物理学したい
データ解析・可視化したい
python3
argparse
datetime
@decorator
__dunder__
try...except...finally
raise
python-gitlab
particle
pathlib
pendulum
platform
platformdirs
random
numpy.random
re
requests
httpx
subprocess
time
tomllib
tqdm
typer
urllib.parse
webbrowser
pexpect
pyserial
esptool
pip-audit
rich
Loguru
black
ruff
pytest
coverage
unittest.mock
mypy
pyright
tox
プログラミング言語したい
コマンドライン・開発環境したい
文書作成したい
ハードウェアしたい
配信・機材したい
用語集
$ pip3 install Deprecated
1from deprecated import deprecated 2 3@deprecated(version="バージョン", reason="廃止理由。代替手順など") 4def read_data(...): 5 pass
@deprecatedデコレーターで、特定の関数が廃止予定であることを通知できます。
@deprecated
deprecated
tantale/deprecated