Posts

Showing posts from July, 2010

Using Eclipse for Python with Pydev

So far I have been using gedit in my Ubuntu machine for Python coding. And I am very happy with it. :) But next week I am going to start another Python project (using Django) and I have decided to use Eclipse as the IDE. I have heard good things about it. So just installed pydev in Eclipse. Let me share some helpful links. 1. Pydev in Eclipse market place . 2. Step by step solution for configuring Eclipse for Python . 3. Pydev home page . Hope you will find this post useful.