India PyCon 2009
Quick wallpaper changer
Load testing with Grinder
Adding namespace to XML
Opera RSS to OPML
« SQLite and Python
» Bandwidth abuse
Today, I tried pyeclipse plugin for Eclipse IDE. I wanted to force myself to use some IDE.
Eclipse is pretty good. Here are my random thoughts on the whole experience.
I was blown away by Eclipse's CVS integration, but unexpectedly disappointed by its lack of Python syntax highlighting. I reckon that CVS integration might drag me back, though. Niiiice!
pyeclipse plugin does syntax highlighting for Python source. I'm too much used to PythonWin's auto-complete though.
No matter how full of bells and whistles the IDE is, I always find myself using vim again after a couple of days. I'm just one of those people for whom the unix philosophy works best rather than putting everything in one big package.
Have to agree with Mr Todd - I'm a comfortable vim user, and various work-time experiences with MS Visual Studio and just about anything written in Java seem to involve bloated all-in-one interfaces with annoying panels; and the lights all dim across town when one presses any of the magic function keys.
If Eclipse actually integrates properly with CVS, then that's a start, though. Most IDEs seem to force you to add your module files manually - what the ____ did they think you were doing when checking stuff out?
Python Wiki has good details on using Eclipse with Python:
http://www.python.org/cgi-bin/moinmoin/EclipsePythonIntegration
Thanks for the link babu. You beat google this time.
I may want to try some other Eclipse plugins for Python. As for me, I tried several python plugins like pyeclipse, pydev or epic, but then came to trustudio IDE. It's probably the best eclipse-based IDE for python at the moment.