Open2

pythonについてのメモ

fujiefujie

ライブラリ

Requests

httpクライアントライブラリである。標準ライブラリよりもこちらを使う。
公式ドキュメント
https://requests.readthedocs.io/en/latest/user/quickstart/

flask

日本語版ドキュメント
https://msiz07-flask-docs-ja.readthedocs.io/ja/latest/index.html

とほほのFlask入門
https://www.tohoho-web.com/ex/flask.html

標準ライブラリ

datetime

標準の日付ライブラリ
https://note.nkmk.me/python-datetime-usage/#strftime

venv

python -m ven .venv

https://docs.python.org/3/tutorial/venv.html

Azure Python SDK

Recovery Servicesを操作してバックアップを行う

https://learn.microsoft.com/ja-jp/samples/azure-samples/azure-samples-python-management/recoveryservicesbackup/