EasyEclipse + Vimplugin for Python Development
Up until now, I’ve always used the terminal for programming development on my projects. Because I’m so familiar with the advanced text editor vim , I can get a lot done on the command line, and it doesn’t detract away from what is actually going on behind the scenes, as a lot of IDEs seem to do. However, in reading the book Foundations of Agile Python Development (which I recommend highly), and through working in software houses using IDE s only, I’ve come to realise that I need to gain at least some familiarity with an IDE. ...