美文网首页
Python:1. 安装Python和编辑器

Python:1. 安装Python和编辑器

作者: 许瘦子来世 | 来源:发表于2018-07-03 12:50 被阅读10次

安装Python

brew install python3

配置VS Code

  • 安装Python插件
  • 打开文件夹,新建.py文件
  • 设置Setting.json。在用户设置中添加
"python.linting.enabled": false

调试

  • Python:Current File

默认。调试程序

  • Python:Terminal(integrated)

在可以在终端交互

相关文章

网友评论

      本文标题:Python:1. 安装Python和编辑器

      本文链接:https://www.haomeiwen.com/subject/jemduftx.html