Python環境をWindowsで数分で準備します。winget を使用してコマンド ラインからインストールするか、手動で設定します。 以下のものが必要です。 Python – 現在の安定したPython ランタイム (3.14 以降) Visual Studio Code – 軽量で強力なコード エディター Visual Studio Code の Python 拡張機能 – Python言語のサポート、デバッグ、リンティングなどを追加します WinGet 手動インストール Windows ターミナルで PowerShell を開き、Pythonをインストールします。 winget install Python.Python.3.14 Visual Studio Codeをインストールします。 winget install Microsoft.VisualStudioCode Power

