https://blog.csdn.net/qq_45321807/article/details/109428777https://blog.csdn.net/qq_45321807/article/details/109428777
安装curl
sudo apt-get install curl
安装Visual Studio Code
可以到这个网站直接下载安装包,看看最新的是多少
curl -L https://github.com/toolboc/vscode/releases/download/1.32.3/code-oss_1.32.3-arm64.deb -o code-oss_1.32.3-arm64.deb
双击安装
保存文件 名字.py
print("Hello,World")
他会自动提醒你安装python的插件,安装就好
代码编写完成后,就可以运行了,具体步骤是,使用组合键“Ctrl+F5”,或者在菜单栏中选择“Debug -> Start Without Debugging”,即可看到如图 5 所示的输出结果。