Choices for a good open source Python IDE are not many! Today I'll show you how to quickly have a basic setup working with Pydev for Eclipse. Since the last post about SFTP and FTP support in Eclipse. You already know it is my platform of choice.
Pydev is a product by Aptana which also provides the Aptana Studio software for working with web development (Ajax, Ruby, PHP, etc...). The plugin as all the usual features you would expect from a normal IDE and also some goodies like Django integration. Instead of a lengthy discussion on the pros and cons of this setup. Let's just go ahead with installing and configuring it so you can judge for yourself.
Installing the Pydev plugin.
- Go the Help menu and click Install New Software.
- On the work with text box insert http://pydev.org/updates and click Add.
- You can insert a name for this update site and wait for Eclipse to check the available content.
- Select Pydev and hit Next two times.
- Accept the license agreement if that's ok with you and click Finish.
Configuring the Pydev plugin.
- Open the Preferences window. Go to Window then preferences.
- Next you expand Pydev and select Interpreter - Python.
- On the right pane you can select Auto Config if your system path is properly set. Otherwise you might have to select your interpreter and libraries manually.