Python学习笔记(笨方法学Python3)-习题0:准备工作

准备工作
1、安装Atom文本编辑器(http://atom.io
2、下载安装Python(htttp://www.python.org/downloads/release/python-360)
3、安装时记得勾选“add Python XXX to PATH”
4、测试Python是否安装完成(Windows - Powershell 输入Python)

一些文本编辑器:

名称 支持平台
VIsual Studio Code Windows,macOS,Linux
Nodtepad++ Windows
gEdit Linux,macOS,Windows
Textmate macOS
SciTE Windows, Linux
jEdit Linux,macOS,Windows

猜你喜欢

转载自blog.csdn.net/qq_34595352/article/details/89021770