gIDLE is an Integerated Development Environment for Python. This IDE has all the advanced feature yet easy-to-use. It is written in C and Python using GTK+ 3 and POSIX API, so it is very fast. Features:
-
Syntax Highlighting, Line Numbers, Auto Indent
-
Code Completion
-
Variable Scoping
-
An Interactive Python Shell
-
A Linux Terminal and many other.
Currently gIDLE3 is in development. Although, it can be used for editing purposes just like gedit, but not as full IDE. Old gIDLE2 code could be accessed in the directory gIDLE2.
To compile run following commands
./autogen.sh
make
Execute gIDLE to run gIDLE.
GCC >= 4.5
GTK+ >= 2.0
gtksourceview >= 2.0