xiaobin_hlj80

https://blog.csdn.net/xiaobin_HLJ80 http://blog.chinaunix.net/uid/31552151.html

导航

跟我学python --- 搭建开发平台

一、python环境

1. 版本

Python 版本 OS(开发者)
v3.9+ Win8.1+
v3.8.10 Win7+
v2.7.18 WinXP+

安装时,请勾选“Add python.exe to PATH”

二、配置IDE

  • minimum Java version requirement to Java 17

​Java 17 is out and Eclipse JDT supports Java 17 in 4.21

Java 21 support for Eclipse 2023-09 (4.29)

so Eclipse 202109+

Install PyDev - Online

  1. Help > Install New Software...

  2. add repository

Add-Repository

plugin-Install

选择“Select All”然后点击“Finish”即可。

old

pydev Eclipse
5.2.0 4.5
5.2+ 4.6+

​### 集成python
Window->Preferences

window1-preferences

PyDev -> Interpreters -> Python Interpreters

window2-preferences

window3-preferences

三、参考书籍或网站

1. Learning Perl, 7th Edition
2. python - 菜鸟教程
3. PyDev - install

posted on 2026-02-03 14:04  xiaobin80  阅读(3)  评论(0)    收藏  举报