Visual Studio Code 中的 Python 入门

Visual Studio Code 中的 Python 入门

    • Visual Studio Code 中使用 Python 的先决条件
    • 安装 Visual Studio Code 和 Python 扩展
    • 安装 Python 解释程序
      • Windows 操作系统
      • macOS 操作系统
    • 验证 Python 安装
    • 在项目(工作区)文件夹中启动 VS Code
    • 选择 Python 解释器
    • 创建 Python 的 Hello World 源代码文件
    • 运行 Hello World
    • 配置并运行调试器
    • 安装和使用软件包

在本教程中,你将使用 Python3 在 Visual Studio Code 中创建最简单的 Python “HelloWorld” 应用程序。通过使用 Python 扩展,你可以将 VS Code 打造成一个非常轻量级的 Python IDE(你可能会发现它是 PyCharm 的

你可能感兴趣的:(软件,Windows,PowerShell,python,vscode,windows,开发语言,经验分享)