- 1.安装python
- 2.验证安装
- 3.安装vscode
第一步,打开网站
python.org
第二步,将鼠标移到downloads这里会根据你的系统来选择版本
第三步,点击python 3.x.x.
第四步,跟着向导完成安装,完成后,关闭窗口
2.验证安装1.win+r,输入cmd
2.输入python
3.如果出现
Python 3.x.x (tags/v3.x.x:db3ff76, xx xx xxxx, xx:xx:xx) [MSC v.1929 64 bit (AMD64)] on win32 Type "help", "copyright", "credits" or "license" for more information. >>>3.安装vscode
1.打开网站
code.visualstudio.com
2.点击Download for windows
3.跟着向导完成安装
4.ctrl+shift+p,呼出搜索栏
5.输入language
6.点击configure display language
7.点击install additional languages
8.找到Chinese (Simplified) (简体中文) Language Pack for viaual studio code,让后点击install
9.重启vscode
10.点击拓展选项卡
11.在搜索栏搜索python,让后点击安装
12.完成!



