string(21) "{"docs":[],"count":0}" array(2) { ["docs"]=> array(0) { } ["count"]=> int(0) } python3.7 IDE(Eclipse) - 爱码网

下载Eclipse

之所以选择Eclipse,而非其他python IDE,是因为Eclipse的包容性,可以适用于Java, c等多种语言,使用方便。

下载路径https://www.eclipse.org/downloads/

添加python插件

Help->Install New Software...->add

python3.7 IDE(Eclipse)

python3.7 IDE(Eclipse)

注意:安装完后,需要重启eclipse。

设置python Interpreter

eclipse->preference->PyDev->Interpreters->Python Interpreter->new

python3.7 IDE(Eclipse)

python3.7 IDE(Eclipse)

至此,IDE环境设置完毕。

相关文章: