pida

Python Integrated Development Application, a Python IDE

Install

All systems
curl cmd.cat/pida.sh
Debian Debian
apt-get install pida
Ubuntu
apt-get install pida
Windows (WSL2)
sudo apt-get update sudo apt-get install pida
Raspbian
apt-get install pida

pida

Python Integrated Development Application, a Python IDE

PIDA is the Python Integrated Development Application. It is an IDE (integrated development environment) written in Python (http://www.python.org/) and the GTK+ (http://www.pygtk.org/) graphical toolkit. Pida is an IDE, but one that is slightly different from other IDEs. Rather than attempting to write a set of development tools of its own, Pida uses tools that the developer has available. In this regards Pida can be used as a framework for putting together your own bespoke IDE. Although still a young application, Pida can already boast a huge number of features because of the power of some of the tools it integrates. For example features such as code completion and syntax highlighting are well implemented in Pida's integrated editors far better than any editor built for a commercial IDE. Pida currently features: Full code editing (syntax highlighting, code completion, automatic indenting, block commenting etc) Project management, version control management, Python debugger and profiler, GTK+ graphical user interface building and rapid application design, Pastebin integration.