惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

博客园 - 三生石上(FineUI控件)
D
DataBreaches.Net
博客园_首页
J
Java Code Geeks
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
罗磊的独立博客
腾讯CDC
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
B
Blog
D
Docker
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
A
About on SuperTechFans
博客园 - 聂微东
Stack Overflow Blog
Stack Overflow Blog
WordPress大学
WordPress大学
MyScale Blog
MyScale Blog
G
Google Developers Blog
博客园 - 司徒正美
aimingoo的专栏
aimingoo的专栏
小众软件
小众软件
Apple Machine Learning Research
Apple Machine Learning Research
博客园 - 叶小钗
M
MIT News - Artificial intelligence
Recent Announcements
Recent Announcements

博客园 - xiaobin80

The MBCS libraries were deprecated in Visual Studio 2013 and Visual Studio 2015 Hello MFC - The last little bit of work Hello MFC - Add Resource and About Dialog Hello MFC - The Message Map my first mfc application Development Environment Preparation Clang IDE的选择在Windows Visual Studio 2017 and Fx EOL 跟我学python(5)- 匹配数字 跟我学python(4)- 正则 跟我学python(3)--- 带shell功能的hello world 跟我学python(2)- 第一个程序 Debian server 安装 debian 与 ubuntu 之 - sudo Try Value 计算文件CRC32数值 docker ce on Debian 使用hugo在gitee上写blog spring cloud gateway - RequestRateLimiter postman使用 改进的冒泡算法 Create User - mysql COM调用 – VB、PB J-Link clone问题 修复山寨版的J-Link
跟我学python --- 搭建开发平台
xiaobin80 · 2026-02-03 · via 博客园 - xiaobin80

一、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