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

推荐订阅源

Google DeepMind News
Google DeepMind News
G
Google Developers Blog
博客园 - 三生石上(FineUI控件)
B
Blog
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
Hugging Face - Blog
Hugging Face - Blog
C
Check Point Blog
V
V2EX
Vercel News
Vercel News
U
Unit 42
Recent Announcements
Recent Announcements
Last Week in AI
Last Week in AI
J
Java Code Geeks
WordPress大学
WordPress大学
罗磊的独立博客
I
InfoQ
阮一峰的网络日志
阮一峰的网络日志
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
小众软件
小众软件
M
MIT News - Artificial intelligence
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
Apple Machine Learning Research
Apple Machine Learning Research
Martin Fowler
Martin Fowler
云风的 BLOG
云风的 BLOG

博客园 - xiaobin80

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