python IDE及其环境搭建

Ⅰ:常见的IDE及其环境搭建

1.Pycharm

2.Vim

3.Eclips + Pydev

https://www.runoob.com/eclipse/eclipse-install.html
    
# 参考地址
http://www.pythoner.com/106.html
https://wenku.baidu.com/view/e7a2b101f011f18583d049649b6648d7c1c70803.html
    
1.Python环境搭建
'''
①先装VS,visual studio 2017,
下载地址:https://www.visualstudio.com/zh-hans/thank-you-downloading-visual-studio/?sku=Community&rel=15
②:Python下载地址:https://www.python.org/downloads/windows/
'''
2.Eclipse环境搭建
'''
①:Java jdk 下载地址:https://www.oracle.com/technetwork/java/javase/downloads/jdk13-downloads-5672538.html
②:Eclipse下载地址:
https://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/2019-09/R/eclipse-committers-2019-09-R-win32-x86_64.zip
'''
3.PyDev插件安装
'''
①在线安装:【help】-【install new software】-【add】
Name:PyDev
location: http://pydev.org/updates
去掉:connect all update sites during install to find required software
②:离线安装:
直接将下载的离线包解压,得到plugins和features文件夹,放到Eclipse的dropins目录下。重启Eclipse,PyDev插件即可安装成功。
'''
4.PyDev插件配置
'''
安装好PyDev插件后,还并不能正常使用,还需要配置Python的解释器。

打开Eclipse,选择【Window】-【Preferences】,找到【PyDev】,选择其中的【Interpreter – Python】。点击【New】,添加一个系统里已有的Python解释器的位置。确定后会经过短暂的处理,得到它的Libraries、Buildins等。
'''
5.创建项目
'''
点击【File】-【New】-【Other】,找到【PyDev】,选择【PyDev Project】,点击Next。取一个项目名称,比如helloPython,
'''

 

4.Sublime Text

5.Visual Studio Code

6.Atom

7.Emacs

8.Spyder

9.Thonny

10.Wing

posted @ 2019-12-08 17:41  海森t  阅读(107)  评论(0)    收藏  举报