Hello Linux Geeksters. As you may know, Codimension is an open source Python IDE, used by many python developers. For a list of features, see the project’s page.

The latest version available is Codimension 2.3.1, which has been released a while ago. For now, the changelog is not available, so we don’t know what improvements brings the new release.
In this article I will show you how to install Codimension 2.3.1 on Ubuntu 14.04 Trusty Tahr, Ubuntu 13.10 Saucy Salamander, Linux Mint 17 Qiana, Linux Mint 16 Petra, Pinguy OS 14.04, Elementary OS 0.3 Isis.
Because it is available via PPA, installing Codimension 2.3.1 on the listed Ubuntu, Linux Mint, Pinguy OS and Elmentary OS systems is easy. All you have to do is add the ppa to your system, update the local repository index and install the codimension and codimension-parser packages. Like this:
$ sudo add-apt-repository ppa:isloginov/codimension
$ sudo apt-get update
$ sudo apt-get install codimension codimension-parser
Optional, to remove codimension and codimension-parser:
$ sudo apt-get install codimension codimension-parser