Codimension is yet another free experimental Python IDE licensed under GPL v3. It aims to provide an integrated system for traditional text-based code editing, and diagram-based code analysis.
Many Python developers will find codimension useful as-is, even though not all of its features have been implemented yet.
Codimension currently has belw features (major only, no certain order):
Install Codimension:
It’s easy to install this IDE in Ubuntu 13.10 Saucy, Ubuntu 13.04 Raring, Ubuntu 12.10 Quantal, Ubuntu 12.04 Precise, Linux Mint and their derivatives.
Just press Ctrl+Alt+T on keyboard to open terminal. When it opens, run commands below one by one to install it from PPA:
sudo add-apt-repository ppa:isloginov/codimension sudo apt-get update sudo apt-get install codimension codimension-parser