I'm glad to announce a new functional version of the "pythonic" Integrated Development Environment for Rapid Application Development and self-improvement (Personal Software Process), after almost a year of work and ~678 commits in total!
Change-log: (short summary)
- Improved debugger (qdb): multi-session, remote connections, properly embedded wsgi web2py server, conditional/temporary breakpoints, basic edit-and-continue, etc.
- Task-based interface (focused on relevant files, remembering breakpoints and folding, inspired by Eclipse mylyn)
- New PSP metadata structure directly managed by the editor (fine-grained tracking lines of code using uuid)
- Automatic PSP interruption/active time measuring using OpenCV face recognition
- Better auto-completion and call-tip using Jedi library!
- Local database to keep metadata, contexts, timings, defects, etc. (no more pickled files) → new lightweight DB API (also, no need to set up the psp2py webapp)
- GitHub connector initial support for issues (minimal Agile ALM integration)
Some of this components (debugger, database layer) could be used in other projects / frameworks / tools too.
Also has integrated mercurial repository support, source code explorer, web browser, pep8 / pyflakes checkers, unit test tool, diff viewer, python shell, etc.
Downloads:
Please note that this is a experimental unstable prototype (mostly done as part of my master's thesis research), so it is still under heavy development and many aspects could be not polished yet (published under the open source / free software license GPLv3.0+)
It still requires Python 2.5+ and
wxPython 3.0.2 is highly recommended to use all the functions, but it could work under Python 3 as soon as wxPython Phoenix gets stabilized.
Due related issues,
gui2py (the visual toolkit and UI designer) is not yet integrated.
Developed under Ubuntu 14.04 LTS GNU/Linux, it works under Windows XP/7/8 (expect some glitches), untested but should work on Mac OS X.
Screenshot:

Collaborations, comments and suggestions are welcome!
Best regards,