Open2024/05/22にコメント追加2pythonについてのメモPythonfujie2024/05/17に更新 簡易webサーバ pythonには簡易webサーバが内蔵されている。 https://docs.python.org/ja/3/library/http.server.html 簡単な使い方 下記を参照する。 https://kazuhira-r.hatenablog.com/entry/2019/08/12/220406 https://qiita.com/okhrn/items/4d3c74563154f191ba16 タイムアウト設定 https://stackoverflow.com/questions/4419650/how-to-implement-timeout-in-basehttpserver-basehttprequesthandler-python fujie2024/05/22に更新 ライブラリ 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/
fujie2024/05/17に更新 簡易webサーバ pythonには簡易webサーバが内蔵されている。 https://docs.python.org/ja/3/library/http.server.html 簡単な使い方 下記を参照する。 https://kazuhira-r.hatenablog.com/entry/2019/08/12/220406 https://qiita.com/okhrn/items/4d3c74563154f191ba16 タイムアウト設定 https://stackoverflow.com/questions/4419650/how-to-implement-timeout-in-basehttpserver-basehttprequesthandler-python
fujie2024/05/22に更新 ライブラリ 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/