
-----------------------------------
Mr. T
Thu Oct 27, 2005 11:55 pm

Python IDE
-----------------------------------
I'm looking for GUI-ified IDE for python.  I am thinking along the lines of JEdit.  Any other recommendable options?

-----------------------------------
Martin
Fri Oct 28, 2005 12:13 am


-----------------------------------
vim.

-----------------------------------
Naveg
Fri Oct 28, 2005 6:29 am


-----------------------------------
scite is your best bet:

syntax highlighting, auto-indentation, code popups, compile and interpreter buttons

-----------------------------------
goomba
Fri Oct 28, 2005 5:26 pm


-----------------------------------
JEdit or Jext are good... just keep a terminal window open to run your programs, not that difficult compared to pressing a 'run' button. :P

-----------------------------------
rizzix
Fri Oct 28, 2005 6:23 pm


-----------------------------------
or u can use the JConsole (or whatever it's called) plugin ;)

There's also an eclipse plugin for python..

-----------------------------------
Mr. T
Fri Oct 28, 2005 7:15 pm

Alex's Opinion
-----------------------------------
vim.
I would like to do as little preliminary work as possible before actually coding.  Vim is out of the question.  Sorry Martin.   :vi:

-----------------------------------
wtd
Fri Oct 28, 2005 7:24 pm


-----------------------------------
Pick your text editor of choice and a terminal window.  That is the best Python development environment.

-----------------------------------
Hikaru79
Fri Oct 28, 2005 7:31 pm


-----------------------------------
Best free Python IDE: http://www.stani.be/python/spe/
Best non-free Python IDE: http://www.activestate.com/Products/Komodo/

I must say, objectively speaking, I find Komodo more comfortable than SPE. But that's just me. They're both very good.

Of course, as wtd says, there's a 99% chance that you don't need an IDE and a simple text editor will suffice.

-----------------------------------
Naveg
Fri Oct 28, 2005 7:43 pm

Re: Alex's Opinion
-----------------------------------
vim.
I would like to do as little preliminary work as possible before actually coding.  Vim is out of the question.  Sorry Martin.   :vi:

Don't count vim out. Take a look at Cream, its a configuration for vim that has auto indentation and syntax highlighting built in, and lets you type right after opening the window :)

http://cream.sourceforge.net/

-----------------------------------
wtd
Fri Oct 28, 2005 7:51 pm


-----------------------------------
The Python interactive interpreter is one of the best documentation tools around.  Get used to accessing doc-strings.

-----------------------------------
Mr. T
Fri Oct 28, 2005 8:21 pm

Alex's Opinion
-----------------------------------
Best free Python IDE: http://www.stani.be/python/spe/

I was using it for a bit and it crashed every 5 minutes.  :wall:
