Software:PIDA

From HandWiki
PIDA
Pida-gtk-linux-screenshot.png
Screenshot of PIDA editing a Python file on Linux
Developer(s)PIDA developer community
Stable release
0.6.2 / August 4, 2010; 13 years ago (2010-08-04)
Written inPython
Operating systemCross-platform
PlatformGTK+, Win32
TypeIntegrated development environment
LicenseGPL
Websitebitbucket.org/aafshar/pida-main/wiki/Home

PIDA is an open source IDE[1] written in the Python language, which is designed to coalesce different software development tools to provide a seamless workflow for programmers. The authors describe this as "a framework for integrated development".[2] PIDA focuses entirely on reusing Gold Standard development tools, and aiming to never reinvent wheels.

Details

PIDA was originally written in 2005 by Ali Afshar as a graphical environment and shell around the Vim text editor. This was subsequently extended to other embeddable editors as well, including Emacs and Mooedit.[2] The application provides facilities such as project management, parsing of files to access member lists, launching of debuggers and other external programs, such as source control or profilers, depending on the language and platform being used.

Future

PIDA was succeeded by the Abominade IDE (a8) in 2012.[3]

References

External links