August 4, 2024 時点の設定

VSCode

https://github.com/microsoft/vscode-python/wiki/Migration-to-Python-Tools-Extensions#existing-python-tools-extensions

いつのまにか、なんか VSCode の拡張を適当にいれるだけで良い世界になっているっぽい。

開発を始める時にやること

$ python -m venv .pyenv
$ source .pyenv/bin/activate
$ pip install pytest

気になっているもの