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

推荐订阅源

U
Unit 42
The Cloudflare Blog
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
Y
Y Combinator Blog
G
Google Developers Blog
Vercel News
Vercel News
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
Jina AI
Jina AI
Blog — PlanetScale
Blog — PlanetScale
H
Help Net Security
博客园 - 三生石上(FineUI控件)
MongoDB | Blog
MongoDB | Blog
S
SegmentFault 最新的问题
阮一峰的网络日志
阮一峰的网络日志
H
Hackread – Cybersecurity News, Data Breaches, AI and More
aimingoo的专栏
aimingoo的专栏
T
Tailwind CSS Blog
博客园 - 叶小钗
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
月光博客
月光博客
Microsoft Security Blog
Microsoft Security Blog
P
Proofpoint News Feed
The GitHub Blog
The GitHub Blog
云风的 BLOG
云风的 BLOG

博客园 - 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