PIDA, Python Heaven?

One of my most nagging questions when it comes to development is: To IDE or not to IDE?

On one hand, I greatly enjoy the hands on total control of developing with nothing but a text editor (no less than the amazing VIM) and a bunch of shell windows. Everything definitely does What I Want And Nothing Else.

However, sometimes development can become tedious and the tools available in a fine IDE can make a huge difference in the productivity that a sole developer can achieve. For instance, when I was developing on QCVS 2 I used PHPEclipse for a good while in hopes that the WYSIWYG html editing would save me some time. However, regardless of how good the features on an IDE can be, I always pine for the amazing text editing power of VIM.

So I was more than just a little bit stunned when I ran across PIDA (Python Integrated Development Application). It’s an IDE that is written in Python and rather than providing new implementations of existing tools, simply embeds those tools together to form the IDE. I haven’t worked with it much, but so far I’m hugely impressed with the VIM integration.

If this truely works out to be an IDE that provides all of the ease-of-use-timesavers that I crave from full IDEs with the same glory of text editing power of VIM, I could be in love.

3 Responses to “PIDA, Python Heaven?”

  1. Dave Says:

    I feel the same way you do. I love the raw text-editing power of vim, but also recognize the usefulness of some IDE features.

    I’ve just started using the Project plugin for some Ruby on Rails work I’m doing and love it.

    I’ll definitely be checking out PIDA. Too bad that it doesn’t have the same amount of ruby integration as it does with Python.

  2. Robin Haswell Says:

    Dude I totally agree. I’ve always shyed away from IDEs because I know I write code faster with Vim. This thing’s music to my ears - and GTK2 as well! I was also shocked. I’ve been trying to get in touch with the devs, get involved maybe write some patches, but I can’t find their contact info :’( Maybe when I get my current project finished I’ll look at pushing this in earnest.

    -Rob

  3. Ali Afshar Says:

    Hi, and thanks for the encouraging words.

    May I please update the PIDA website address. It is now http://pida.co.uk/.

    To Robin: Please feel free to send a mail to our Google Group: pida@googlegroups.com

    Thanks,

    Ali (PIDA Author)

Leave a Reply