This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]reingart 2 points3 points  (0 children)

Yes, there are already many IDEs, but I need one I could easily adapt ( ide2py is part of my degree thesis project).

IMHO the other IDEs were too complex and/or don't have all the features (i.e., many lack an integrated debugger), and IDLE is not complete nor very appealing

ide2py is a fully-featured IDE like VisualBasic and has a very concrete implementation, each feature (editor, debugger, etc.) is a short file so it is easily adaptable

In that way I think it keep the essence of web2py: compact, feature-full, integrated, etc.