プログラミングしたい
argparse
datetime
@decorator
__dunder__
try...except...finally
raise
python-gitlab
particle
pathlib
pendulum
platform
platformdirs
random
numpy.random
re
requests
httpx
subprocess
tomllib
tqdm
typer
urllib.parse
webbrowser
pexpect
文書作成したい
未分類
用語集
1import webbrowser 2webbrowser.open("ウェブサイトのURL")
webbrowserはPythonの標準モジュールです。 URLを指定してブラウザで開くことができます。
CLIのオプションで、サポート用ドキュメントを開くために使っています。
webbrowser - docs.python.org