Qhimm.com Forums

Miscellaneous Forums => Scripting and Reverse Engineering => Topic started by: sfx1999 on 2006-10-10 13:37:21

Title: Python IDE
Post by: sfx1999 on 2006-10-10 13:37:21
Does anyone know of a good free Python IDE?
Title: Re: Python IDE
Post by: Cyberman on 2006-10-11 16:53:53
There is a Python plugin for Eclipse.  Eclipse (http://www.eclipse.org) 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 (http://pydev.sourceforge.net/)
TruStudio Integrated Development Environment (http://www.xored.com/products.php)

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

Cyb
Title: Re: Python IDE
Post by: sfx1999 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?