Results 1 to 7 of 7
can someone tell me about good IDE for programming in pyhton ?
thanks !...
- 03-23-2007 #1Just Joined!
- Join Date
- Nov 2006
- Posts
- 33
IDE for python
can someone tell me about good IDE for programming in pyhton ?
thanks !
- 03-23-2007 #2
I've never done Python development, but at last weekend's BarCamp, PyDev came very highly recommended:
http://pydev.sourceforge.net/
It's an Eclipse plugin, but a lot of people liked it. There's also a pay-for extension that adds a number of other useful features.DISTRO=Arch
Registered Linux User #388732
- 03-25-2007 #3Just Joined!
- Join Date
- Nov 2006
- Posts
- 33
there is anymore suggestions ?
- 03-25-2007 #4
I don't if it is considered an IDE, but, what about IDLE?
Or the commercial Komodo IDE http://www.activestate.com/products/komodo_ide/Put your hand in an oven for a minute and it will be like an hour, sit beside a beautiful woman for an hour and it will be like a minute, that is relativity. --Albert Einstein
Linux User #425940
Don't PM me with questions, instead post in the forums
- 03-25-2007 #5
If you are using KDE, try Eric3.
- 03-27-2007 #6Just Joined!
- Join Date
- Nov 2006
- Posts
- 33
there is no more IDE for python ?
(i cant use the idle coz i need to work with few files and its not so easy to do this by idle..)
- 03-27-2007 #7
I don't know exactly what it is you need, but have you considered just using a simple text editor?
I personally use vi for all development besides Java. Emacs is also probably good if you prefer that. On the graphical end, try kate for KDE or gedit for Gnome. All of these have syntax highlighting, and certainly the first three can do multiple files.DISTRO=Arch
Registered Linux User #388732


Reply With Quote