0

Possible Duplicate:
What IDE to use for Python?

I really don't like the python gui, so im looking for an IDE to use. Open source.

Community
  • 1
  • 1

3 Answers3

1

I've used Wing in the past. I like it.

Brian Clapper
  • 25,705
  • 7
  • 65
  • 65
  • i was looking for open source. wing trial has that annoying 10 minute thing. thanks! –  Jan 03 '11 at 05:01
0

I would suggest bluefish. It's a very powerful IDE that i've used a lot and i definately suggest it.

Spyros
  • 46,820
  • 25
  • 86
  • 129
0

I use NetBeans with Python plugin. I like it because it integrates well with several Python versions I have installed, and it has some cool features (like unlocking a window so it looks more or less like Python's IDLE).

marw
  • 2,939
  • 4
  • 28
  • 37