Eric is a free and open source Python IDE for Linux, Windows and MacOS. It comes with any number of open editors, syntax highlighting, auto completion, integrated remote debugger, project management, build-in python checker, unit test, documentation viewer, refactoring, folding, mercurial and subversion support, application diagrams, google protobuf support, integrated web browser and you can also extent the features via plugins. It is written using PyQt and QScintilla.
Install Eric IDE on Ubuntu
To install Eric Python IDE on your system, run below commands one by one. It will install PIPX and Eric Python IDE on your system
sudo apt install pipx
pipx ensurepath
pipx install eric-ide
After the successful installation of Eric Python IDE, open it using below command.
eric7_ide