Tuesday, November 09, 2010

Awesome Python IDE - Opensource and Cross Platform

Today I discovered Pydev. A plugin for Eclipse that adds amazing Python editing support!! I'm no fan of Eclipse... I personally find the interface far too busy and confusing. However, if (like myself) you've struggled to find a half way decent code editor for Python that includes support for syntax highlighting, smart code completion and refactoring then you need to give this a try!!

HOWTO
1. Install Eclipse
2. Start Eclipse, click the Help menu, then click the "Install New Software" menu.
3. Click the Add button.
4. Fill in anything for the name and "http://pydev.org/updates" minus the quotes for the Location.
5. Click Ok.
6. Check "Pydev" and continue to work through the installation process.
7. Now create a new python project: File, New, project, Pydev.
8. Profit!!