First, download eclipse,
Http://www.eclipse.org/downloads/download.php? File =/technology/EPP/downloads/release/Helios/SR1/eclipse-java-helios-SR1-win32.zip
If the Java Virtual Machine is not installed during eclipse installation, an error is reported,
Http://x.10.xdowns.com/078/jre-1_5_0-windows-i586.rar
1. Start eclipse and select help-> install new software...
2. type the http://www.fabioz.com/pydev/updates in workwith, click Add, eclipse automatically searches for the pydev plug-in,
Select and install the SDK step by step.
3. Check whether pydev is successfully installed. Select help> about release st> Installation Details to go To the installed plug-in.
4. Configure the pydev interpreter, select Windows> preferences> pydev> interpreter-Python, and click New to find yourself.
Install python, select python.exe, and then select the specific libraries.
5. the final step is to use the pydev environment. In the top-right corner of Eclipse, it shows which development environment is currently in use. Select open perspective-> Other-> pydev-> OK, you can switch to the pydev development environment.
The installation is better than the built-in idle. It mainly involves the concept of project management and is more suitable for larger projects.