Author Topic: Python IDE  (Read 3258 times)

sfx1999

  • *
  • Posts: 1142
    • View Profile
Python IDE
« on: 2006-10-10 13:37:21 »
Does anyone know of a good free Python IDE?

Cyberman

  • *
  • Posts: 1572
    • View Profile
Re: Python IDE
« Reply #1 on: 2006-10-11 16:53:53 »
There is a Python plugin for Eclipse.  Eclipse is about 50-150M  I believe you can upgrade or add the python plugin from it once you have the core downloaded.
Here is a list of Pyhton plugin and additions for Eclipse.

Pydev
TruStudio Integrated Development Environment

I know it's extensive (LOL) however it's a start.

Cyb

sfx1999

  • *
  • Posts: 1142
    • View Profile
Re: Python IDE
« Reply #2 on: 2006-10-12 14:25:09 »
Well, I installed it and it is kind of touchy. You see, Python 2.5 is out and most of the libraries are for Python 2.4, and Eclipse was giving me shit about 2.4 being obsolete.

I think I got around it, though.

So, do you happen to know a good tutorial on writing text editors?